Searched refs:batchIndex (Results 1 – 2 of 2) sorted by relevance
454 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local455 if (batchIndex >= 0) { in consume()456 Batch& batch = mBatches.editItemAt(batchIndex); in consume()470 mBatches.removeAt(batchIndex); in consume()
901 for (int batchIndex = mAlarmBatches.size() - 1; batchIndex >= 0; batchIndex--) { in reorderAlarmsBasedOnStandbyBuckets()902 final Batch batch = mAlarmBatches.get(batchIndex); in reorderAlarmsBasedOnStandbyBuckets()916 mAlarmBatches.remove(batchIndex); in reorderAlarmsBasedOnStandbyBuckets()