Lines Matching full:sensor
28 sensor type has one and only one reporting mode associated with it. Four
32 reporting mode are <a href="sensor-types.html#accelerometer">accelerometers</a> and <a href="sensor-types.html#gyroscope">gyroscopes</a>.</p>
35 sensor at the HAL level (calling <code>activate(..., enable=1)</code> on it) also triggers
37 sensor is activated. Example sensors using the on-change reporting mode are the
38 step counter, proximity, and heart rate sensor types.</p>
50 minute (including at time t=0 because of the activation of the sensor, and t=60
55 <p>Upon detection of an event, the sensor deactivates itself and then sends a
57 sensor must be deactivated before the event is reported through the HAL). No
58 other event is sent until the sensor is reactivated. <a href="sensor-types.html#significant_motion">Significant motion</a> is an example of this kind of sensor.</p>
65 <p>See the individual <a href="sensor-types.html">sensor type descriptions</a>