Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h305 int enableSensors(unsigned long sensors, int en, uint32_t changed);
DMPLSensor.cpp2045 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) in enableSensors() function in MPLSensor
2260 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor) in computeBatchSensorMask() argument
2268 enableSensors, tempBatchSensor); in computeBatchSensorMask()
2271 if (enableSensors == 0 && tempBatchSensor == 0) in computeBatchSensorMask()
2276 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) { in computeBatchSensorMask()
2283 if ((enableSensors & (1 << i)) && (tempBatchSensor & (1 << i))) { in computeBatchSensorMask()
2288 if ((enableSensors & (1 << GameRotationVector)) in computeBatchSensorMask()
2299 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) { in computeBatchSensorMask()
2966 enableSensors(sen_mask, flags, changed); in enable()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h287 int enableSensors(unsigned long sensors, int en, uint32_t changed);
DMPLSensor.cpp2126 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) function in MPLSensor
2355 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor) argument
2363 enableSensors, tempBatchSensor);
2366 if (enableSensors == 0 && tempBatchSensor == 0)
2373 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) {
2378 if ((enableSensors & (1 << i)) && (tempBatchSensor & (1 << i))) {
2383 if ((enableSensors & (1 << GameRotationVector))
2395 if ((enableSensors & (1 << i)) && !(tempBatchSensor & (1 << i))) {
3305 enableSensors(sen_mask, flags, changed);