HomeSort by relevance Sort by last modified time
    Searched refs:NumSensors (Results 1 - 7 of 7) sorted by null

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 363 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];
sensors_mpl.cpp 52 #define LOCAL_SENSORS (NumSensors + 1)
54 #define LOCAL_SENSORS (NumSensors)
sensors.h 79 NumSensors
MPLSensor.cpp 172 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
180 mFlushSensorEnabledVector.setCapacity(NumSensors);
529 for (int i = 0; i < NumSensors; i++) {
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 195 NumSensors
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];
sensors_mpl.cpp 48 #define LOCAL_SENSORS (MPLSensor::NumSensors + 1)
50 #define LOCAL_SENSORS MPLSensor::NumSensors
MPLSensor.cpp 266 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
598 for (int i = 0; i < NumSensors; i++) {
    [all...]

Completed in 5345 milliseconds