Home
last modified time | relevance | path

Searched refs:tempBatch (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp5536 int tempBatch = 0; in batch() local
5538 tempBatch = mBatchEnabled | (1 << what); in batch()
5540 tempBatch = mBatchEnabled & ~(1 << what); in batch()
5543 if (!computeBatchSensorMask(mEnabled, tempBatch)) { in batch()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp5964 int tempBatch = 0; local
5966 tempBatch = mBatchEnabled | (1 << what);
5968 tempBatch = mBatchEnabled & ~(1 << what);
5971 if (!computeBatchSensorMask(mEnabled, tempBatch)) {