Structs§
- Config
Status - Config
Status AndBoot Attempts - Read
Asset - Read
Asset Custom Buffer Size - Read
Firmware - Read
Firmware Custom Buffer Size - Return
Error - Throttle
- Wrapper type to control how many
PaverEvents are unblocked. Dropping theThrottlewill permanently release all subsequentPaverEvents. - Throttle
Hook - Write
Firmware
Functions§
- config_
status - A Hook for responding to
QueryConfigurationStatuscalls. - config_
status_ and_ boot_ attempts - A Hook for responding to
QueryConfigurationStatusAndBootAttemptscalls. - read_
asset - A Hook for responding to
ReadAssetcalls. - read_
asset_ custom_ buffer_ size - A Hook for responding to
ReadAssetcalls that sets the size field of the returned fuchsia.mem.Buffer independently from the content of the VMO. - read_
firmware - A Hook for responding to
ReadFirmwarecalls. - read_
firmware_ custom_ buffer_ size - A Hook for responding to
ReadFirmwarecalls that sets the size field of the returned fuchsia.mem.Buffer independently from the content of the VMO. - return_
error - A Hook for the specific case where you want to return an error.
- throttle
- A Hook for the specific case where you want to control when each
PaverEventis emitted. - write_
firmware - A Hook for responding to
WriteFirmwarecalls.