Searched refs:computeBatchSensorMask (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 303 int computeBatchSensorMask(int enableSensor, int checkNewBatchSensor);
|
D | MPLSensor.cpp | 2163 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enableSensors() 2260 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor) in computeBatchSensorMask() function in MPLSensor 2777 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); in enable() 5543 if (!computeBatchSensorMask(mEnabled, tempBatch)) { in batch()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 285 int computeBatchSensorMask(int enableSensor, int checkNewBatchSensor);
|
D | MPLSensor.cpp | 2249 int batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); 2355 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor) function in MPLSensor 3099 batchMode = computeBatchSensorMask(mEnabled, mBatchEnabled); 5971 if (!computeBatchSensorMask(mEnabled, tempBatch)) {
|