Home | History | Annotate | Download | only in libsensors

Lines Matching full:sensor

64       { "BH1721fvc Light sensor",
68 { "BMP182 Pressure sensor",
96 .name = "Samsung Sensor module",
260 SensorBase* const sensor(mSensors[i]);
262 if ((mPollFds[i].revents & (POLLIN | POLLPRI)) || (sensor->hasPendingEvents())) {
266 ((MPLSensor*) sensor)->readCompassEvents(NULL, count);
271 sensor->readEvents(NULL, count);
286 nb = sensor->readEvents(data, count);
289 // no more data for this sensor
357 /** Open a new instance of a sensor device using name */