Searched refs:batchIndex (Results 1 – 1 of 1) sorted by relevance
278 ssize_t batchIndex = findBatch(mMsg.body.motion.deviceId, mMsg.body.motion.source); in consume() local279 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()