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

  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 135 #define GY_ENABLED ((1<<ID_GY) & enabled_sensors)
136 #define A_ENABLED ((1<<ID_A) & enabled_sensors)
137 #define O_ENABLED ((1<<ID_O) & enabled_sensors)
138 #define M_ENABLED ((1<<ID_M) & enabled_sensors)
139 #define LA_ENABLED ((1<<ID_LA) & enabled_sensors)
140 #define GR_ENABLED ((1<<ID_GR) & enabled_sensors)
141 #define RV_ENABLED ((1<<ID_RV) & enabled_sensors)
325 * enabled_sensors parameter.
327 void MPLSensor::setPowerStates(int enabled_sensors)
332 //ALOGV(" setPowerStates: %d dmp_started: %d", enabled_sensors, mDmpStarted)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 1678 int enabled_sensors = mEnabled; local
    [all...]
MPLSensor.h 302 void computeLocalSensorMask(int enabled_sensors);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 1745 int enabled_sensors = mEnabled; local
    [all...]
MPLSensor.h 283 void computeLocalSensorMask(int enabled_sensors);
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 198 void computeLocalSensorMask(int enabled_sensors);
MPLSensor.cpp 695 #define GY_ENABLED (((1 << ID_GY) | (1 << ID_RG)) & enabled_sensors)
696 #define A_ENABLED ((1 << ID_A) & enabled_sensors)
697 #define M_ENABLED ((1 << ID_M) & enabled_sensors)
698 #define O_ENABLED ((1 << ID_O) & enabled_sensors)
699 #define LA_ENABLED ((1 << ID_LA) & enabled_sensors)
700 #define GR_ENABLED ((1 << ID_GR) & enabled_sensors)
701 #define RV_ENABLED ((1 << ID_RV) & enabled_sensors)
963 void MPLSensor::computeLocalSensorMask(int enabled_sensors)
    [all...]

Completed in 995 milliseconds