Lines Matching full:events
107 * events while the screen is off. While in suspend mode, and unless
109 * events are lost.
121 * be able to buffer at least 10 seconds worth of the requested sensor events.
129 * wake-up: yes this sensor must wake-up the SoC to deliver events
130 * wake-up: no this sensor shall not wake-up the SoC, events are dropped
171 * Sensors can report events in different ways called trigger modes,
175 * continuous: events are reported at a constant rate defined by setDelay().
177 * on-change: events are reported only if the sensor's value has changed.
179 * period (minimum time between two events).
233 * Acceleration sensors return sensor events for all 3 axes at a constant
272 * Magnetic Field sensors return sensor events for all 3 axes at a constant
285 * Orientation sensors return sensor events for all 3 axes at a constant
672 * no events are reported during that time but, steps continue to be
897 * sensors_meta_data_event_t events are all reported with a type of
960 /* number of events reserved for this sensor in the batch mode FIFO.
967 /* maximum number of events of this sensor that could be batched.
1066 virtual int poll(sensors_event_t *events) = 0;
1106 static int pollSensor(SensorBase *sensor, sensors_event_t *events, int number, int duration);