Searched defs:LOCAL_SENSORS (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A Dsensors_mpl.cpp40 #define LOCAL_SENSORS (MPLSensor::numSensors + 1) macro
42 #define LOCAL_SENSORS MPLSensor::numSensors macro
52 static struct sensor_t sSensorList[LOCAL_SENSORS];
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp48 #define LOCAL_SENSORS (MPLSensor::NumSensors + 1) macro
50 #define LOCAL_SENSORS MPLSensor::NumSensors macro
53 static struct sensor_t sSensorList[LOCAL_SENSORS];
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp51 #define LOCAL_SENSORS (NumSensors + 1) macro
53 #define LOCAL_SENSORS (NumSensors) macro
67 static struct sensor_t sSensorList[LOCAL_SENSORS];

Completed in 164 milliseconds