Home | History | Annotate | Download | only in libsensors

Lines Matching refs:sensor

41 #error "Sensor configuration ERROR: No sensor is defined."
65 { "AK8975 3-axis Magnetic field sensor",
77 { "AK8975 Orientation sensor",
89 { "AK8975 Orientation sensor",
118 .name = "AKM Sensor module",
152 * which sensor is implemented in AKMD program.
285 SensorBase* const sensor(mSensors[i]);
286 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) {
287 int nb = sensor->readEvents(data, count);
289 // no more data for this sensor
355 /** Open a new instance of a sensor device using name */