Home
last modified time | relevance | path

Searched refs:tempBatch (Results 1 – 1 of 1) 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()