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

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 359 sensors_event_t mPendingEvents[NumSensors];
360 sensors_event_t mPendingFlushEvents[NumSensors];
364 int64_t mDelays[NumSensors];
365 int64_t mBatchDelays[NumSensors];
366 int64_t mBatchTimeouts[NumSensors];
367 hfunc_t mHandlers[NumSensors];
sensors_mpl.cpp 51 #define LOCAL_SENSORS (NumSensors + 1)
53 #define LOCAL_SENSORS (NumSensors)
sensors.h 79 NumSensors
MPLSensor.cpp 147 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
154 mFlushSensorEnabledVector.setCapacity(NumSensors);
501 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 270 "HAL:MPLSensor constructor : NumSensors = %d", NumSensors);
602 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 318 milliseconds