Home | History | Annotate | Download | only in libsensors

Lines Matching refs:enabled_sensors

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);