Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h363 sensors_event_t mPendingEvents[NumSensors];
364 sensors_event_t mPendingFlushEvents[NumSensors];
368 int64_t mDelays[NumSensors];
369 int64_t mBatchDelays[NumSensors];
370 int64_t mBatchTimeouts[NumSensors];
371 hfunc_t mHandlers[NumSensors];
372 int64_t mEnabledTime[NumSensors];
373 int64_t mLastTimestamp[NumSensors];
Dsensors_mpl.cpp52 #define LOCAL_SENSORS (NumSensors + 1)
54 #define LOCAL_SENSORS (NumSensors)
Dsensors.h79 NumSensors enumerator
DMPLSensor.cpp172 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors); in MPLSensor()
180 mFlushSensorEnabledVector.setCapacity(NumSensors); in MPLSensor()
529 for (int i = 0; i < NumSensors; i++) { in MPLSensor()
2394 for(int i = Orientation; i < NumSensors; i++) {
2547 for (int i = 0; i < NumSensors; i++) {
3061 if (uint32_t(handle) >= NumSensors)
3438 if (uint32_t(what) >= NumSensors)
3527 for (int i = 0; i < NumSensors; i++) {
3576 for (int i = 0; i < NumSensors; i++) {
3895 for (int i = 0; i < NumSensors; i++) {
[all …]
/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 …]