Searched refs:enableSensors (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.h199 int enableSensors(unsigned long sensors, int en, uint32_t changed);
H A DMPLSensor.cpp1009 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - %s %s", en ? "enabled" : "disable", name);
1013 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) { function in class:MPLSensor
1048 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - sensors: 0x%0x", (unsigned int)sensors);
1412 enableSensors(sen_mask, flags, changed);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h300 int enableSensors(unsigned long sensors, int en, uint32_t changed);
H A DMPLSensor.cpp1960 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) function in class:MPLSensor
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) argument
2174 LOGV("HAL:computeBatchSensorMask: enableSensors=%d tempBatchSensor=%d", enableSensors, tempBatchSensor);
2178 if ((enableSensors
[all...]

Completed in 58 milliseconds