Searched refs:batchIndex (Results 1 – 1 of 1) sorted by relevance
450 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local451 if (batchIndex >= 0) { in consume()452 Batch& batch = mBatches.editItemAt(batchIndex); in consume()466 mBatches.removeAt(batchIndex); in consume()