Lines Matching full:sensor_t
47 <li><code>sensor_t</code></li>
52 <pre>int (*get_sensors_list)(struct sensors_module_t* module, struct sensor_t
54 <p>Provides the list of sensors implemented by the HAL. See <a href="#sensor_t">sensor_t</a> for details on how the sensors are defined.</p>
67 handle is defined by the <code>handle</code> field of its <a href="#sensor_t">sensor_t</a> structure.</p>
124 <code>sensor_t.minDelay</code>, then the HAL implementation must silently
125 clamp it to <code>max(sensor_t.minDelay, 1ms)</code>. Android
128 <code>sensor_t.maxDelay</code>, then the HAL
129 implementation must silently truncate it to <code>sensor_t.maxDelay</code>. </li>
251 <h2 id="sensor_t">sensor_t</h2>
252 <p><code>sensor_t</code> represents an <a href="index.html">Android sensor</a>. Here are some of its important fields:</p>
333 <code>sensor_t.handle</code>.</p>
335 <code>sensor_t.type</code>.</p>