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

  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 194 NumSensors
376 sensors_event_t mPendingEvents[NumSensors];
377 int64_t mDelays[NumSensors];
378 int64_t mBatchDelays[NumSensors];
379 int64_t mBatchTimeouts[NumSensors];
380 hfunc_t mHandlers[NumSensors];
sensors_mpl.cpp 48 #define LOCAL_SENSORS (MPLSensor::NumSensors + 1)
50 #define LOCAL_SENSORS MPLSensor::NumSensors
MPLSensor.cpp 262 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
555 for (int i = 0; i < NumSensors; i++) {
    [all...]
  /device/lge/hammerhead/libsensors/
sensors.cpp 40 #define GLOBAL_SENSORS (MPLSensor::NumSensors + 1)
42 #define GLOBAL_SENSORS MPLSensor::NumSensors

Completed in 126 milliseconds