Searched defs:batchIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp451 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); local
452 if (batchIndex >= 0) {
453 Batch& batch = mBatches.editItemAt(batchIndex);
467 mBatches.removeAt(batchIndex);

Completed in 63 milliseconds