Searched refs:tempBatch (Results 1 – 1 of 1) sorted by relevance
5536 int tempBatch = 0; in batch() local5538 tempBatch = mBatchEnabled | (1 << what); in batch()5540 tempBatch = mBatchEnabled & ~(1 << what); in batch()5543 if (!computeBatchSensorMask(mEnabled, tempBatch)) { in batch()