Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumer.cpp278 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local
279 if (batchIndex >= 0) { in consume()
280 Batch& batch = mBatches[batchIndex]; in consume()
296 mBatches.erase(mBatches.begin() + batchIndex); in consume()
303 mBatches.erase(mBatches.begin() + batchIndex); in consume()