Lines Matching refs:sensor
27 * The SensorInfo for each sensor returned by getSensorsList must be stable
29 * entire system restarts. The SensorInfo for each sensor must not change
31 * HAL and its dependencies (for example, the sensor handle for a given
32 * sensor must not change across HAL restarts).
41 * framework of asynchronous events, such as a dynamic sensor connection.
43 * The Event FMQ is used to transport sensor events from the HAL to the
47 * sensor events, the HAL writes the sensor events to the Event FMQ.
49 * Once the HAL is finished writing sensor events to the Event FMQ, the HAL
50 * must notify the framework that sensor events are available to be read and
80 * asynchronous events, such as a dynamic sensor connection.
97 * All active sensor requests and direct channels must be closed and
105 * create the Event FMQ which is where sensor events are written. The
107 * sensor events.
126 * Inject a single sensor event or push operation environment parameters to
135 * injecting sensor events.
138 * type events should not be routed back to the sensor event queue.
142 * @param event sensor event to be injected
145 * BAD_VALUE if sensor event cannot be injected.