Lines Matching full:sensor
40 #error "Sensor configuration ERROR: No sensor is defined."
64 { "AK8975 3-axis Magnetic field sensor",
76 { "AK8975 Orientation sensor",
88 { "AK8975 Orientation sensor",
117 .name = "AKM Sensor module",
149 * which sensor is implemented in AKMD program.
282 SensorBase* const sensor(mSensors[i]);
283 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) {
284 int nb = sensor->readEvents(data, count);
286 // no more data for this sensor
352 /** Open a new instance of a sensor device using name */