Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp450 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local
451 if (batchIndex >= 0) { in consume()
452 Batch& batch = mBatches.editItemAt(batchIndex); in consume()
466 mBatches.removeAt(batchIndex); in consume()