Home
last modified time | relevance | path

Searched refs:NumSensors (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h195 NumSensors enumerator
385 sensors_event_t mPendingEvents[NumSensors];
386 int64_t mDelays[NumSensors];
387 int64_t mBatchDelays[NumSensors];
388 int64_t mBatchTimeouts[NumSensors];
389 hfunc_t mHandlers[NumSensors];
Dsensors_mpl.cpp48 #define LOCAL_SENSORS (MPLSensor::NumSensors + 1)
50 #define LOCAL_SENSORS MPLSensor::NumSensors
DMPLSensor.cpp266 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors); in MPLSensor()
598 for (int i = 0; i < NumSensors; i++) { in MPLSensor()
2339 for (int i = 0; i < NumSensors; i++) { in setBatch()
2856 if (uint32_t(what) >= NumSensors) in enable()
3086 if (uint32_t(what) >= NumSensors) in setDelay()
3173 for (int i = 0; i < NumSensors; i++) { in setDelay()
3215 for (int i = 0; i < NumSensors; i++) { in update_delay()
3646 for (int i = 0; i < NumSensors; i++) { in readEvents()
4992 list[NumSensors].power = list[Accelerometer].power; in fillScreenOrientation()
4993 list[NumSensors].resolution = 1; in fillScreenOrientation()
[all …]
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h362 sensors_event_t mPendingEvents[NumSensors];
363 sensors_event_t mPendingFlushEvents[NumSensors];
367 int64_t mDelays[NumSensors];
368 int64_t mBatchDelays[NumSensors];
369 int64_t mBatchTimeouts[NumSensors];
370 hfunc_t mHandlers[NumSensors];
Dsensors_mpl.cpp51 #define LOCAL_SENSORS (NumSensors + 1)
53 #define LOCAL_SENSORS (NumSensors)
Dsensors.h79 NumSensors enumerator
DMPLSensor.cpp161 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors); in MPLSensor()
168 mFlushSensorEnabledVector.setCapacity(NumSensors); in MPLSensor()
515 for (int i = 0; i < NumSensors; i++) { in MPLSensor()
2533 for (int i = 0; i < NumSensors; i++) {
2969 if (uint32_t(handle) >= NumSensors)
3312 if (uint32_t(what) >= NumSensors)
3401 for (int i = 0; i < NumSensors; i++) {
3450 for (int i = 0; i < NumSensors; i++) {
3765 for (int i = 0; i < NumSensors; i++) {
5196 list[NumSensors].power = list[Accelerometer].power;
[all …]