Searched refs:tempBatch (Results 1 – 2 of 2) 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()
5964 int tempBatch = 0; local5966 tempBatch = mBatchEnabled | (1 << what);5968 tempBatch = mBatchEnabled & ~(1 << what);5971 if (!computeBatchSensorMask(mEnabled, tempBatch)) {