Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:enableSensors

1960 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed)
1987 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - sensors: 0x%0x",
1991 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - gyro %s",
2005 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - accel %s",
2019 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - compass %s",
2033 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - pressure %s",
2169 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor)
2174 LOGV("HAL:computeBatchSensorMask: enableSensors=%d tempBatchSensor=%d", enableSensors, tempBatchSensor);
2178 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) {
2184 if ((enableSensors & (1 << i)) && (tempBatchSensor & (1 << i))) {
2187 if ((enableSensors & (1 << GameRotationVector))
2196 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) {
2809 enableSensors(sen_mask, flags, changed);