Crate fidl_fuchsia_hardware_sensors

Source

Macros§

ActivateSensorErrorUnknown
Pattern that matches an unknown ActivateSensorError member.
ConfigurePlaybackErrorUnknown
Pattern that matches an unknown ConfigurePlaybackError member.
ConfigureSensorRateErrorUnknown
Pattern that matches an unknown ConfigureSensorRateError member.
DeactivateSensorErrorUnknown
Pattern that matches an unknown DeactivateSensorError member.
PlaybackSourceConfigUnknown
Pattern that matches an unknown PlaybackSourceConfig member.

Structs§

DriverActivateSensorRequest
DriverActivateSensorResponder
DriverConfigureSensorRateRequest
DriverConfigureSensorRateResponder
DriverControlHandle
DriverDeactivateSensorRequest
DriverDeactivateSensorResponder
DriverEventStream
DriverGetSensorsListResponder
DriverGetSensorsListResponse
DriverMarker
DriverOnSensorEventRequest
DriverProxy
DriverRequestStream
A Stream of incoming requests for fuchsia.hardware.sensors/Driver.
DriverSynchronousProxy
FilePlaybackConfig
A playback configuration which specifies a file from which to read sensor events.
FixedValuesPlaybackConfig
A playback configuration which will emit events from the provided list.
PlaybackConfigurePlaybackRequest
PlaybackConfigurePlaybackResponder
PlaybackControlHandle
PlaybackEventStream
PlaybackMarker
PlaybackProxy
PlaybackRequestStream
A Stream of incoming requests for fuchsia.hardware.sensors/Playback.
PlaybackSynchronousProxy
ServiceMarker
ServiceProxy

Enums§

ActivateSensorError
Errors that may be returned by Driver::ActivateSensor.
ConfigurePlaybackError
Errors that may be returned by ConfigurePlayback.
ConfigureSensorRateError
Errors that may be returned by Driver::ConfigureSensorRate.
DeactivateSensorError
Errors that may be returned by Driver::DeactivateSensor.
DriverEvent
DriverRequest
Implemented by drivers which talk to one or more pieces of sensor hardware.
PlaybackEvent
PlaybackRequest
Implemented by components which pretend to be a sensor driver but instead emit prerecorded or pregenerated data. Those components will also implement the fuchsia.hardware.sensors.Driver protocol which will be used to actually control the playback of data. This protocol is used to set up the playback data source and playback specific parameters.
PlaybackSourceConfig
Multiple types of playback are supported. Which type is used depends on which configuration is provided to Playback::ConfigurePlayback.
ServiceRequest
A request for one of the member protocols of Service.

Traits§

DriverProxyInterface
PlaybackProxyInterface

Type Aliases§

DriverActivateSensorResult
DriverConfigureSensorRateResult
DriverDeactivateSensorResult
PlaybackConfigurePlaybackResult