Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp454 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local
455 if (batchIndex >= 0) { in consume()
456 Batch& batch = mBatches.editItemAt(batchIndex); in consume()
470 mBatches.removeAt(batchIndex); in consume()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java901 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()