Lines Matching full:sensor
52 .name = "Light Sensor",
64 .name = "Proximity Sensor",
98 name: "LGE Sensor module",
174 /* TODO: Handle external pressure sensor */
184 // populate the sensor list
229 /* Timer based sensor initialization */
281 SensorBase* const sensor(mSensor[i]);
285 ((MPLSensor*) sensor)->buildMpuEvent();
287 nb = ((MPLSensor*) sensor)->readEvents(data, count);
294 ((MPLSensor*) sensor)->buildCompassEvent();
296 nb = ((MPLSensor*) sensor)->readEvents(data, count);
303 nb = ((MPLSensor*) sensor)->readDmpOrientEvents(data, count);
312 nb = ((MPLSensor*) sensor)->readDmpSignificantMotionEvents(data, count);
319 nb = ((MPLSensor*) sensor)->readDmpPedometerEvents(data, count, ID_P, SENSOR_TYPE_STEP_DETECTOR, 0);
326 nb = sensor->readEvents(data, count);
328 // no more data for this sensor
434 /** Open a new instance of a sensor device using name */