Searched refs:firstSeqForBatch (Results 1 – 1 of 1) sorted by relevance
457 std::optional<uint32_t> firstSeqForBatch; in consumeBatchedInputEvents() local466 firstSeqForBatch = msg.header.seq; in consumeBatchedInputEvents()467 const auto [_, inserted] = mBatchedSequenceNumbers.insert({*firstSeqForBatch, {}}); in consumeBatchedInputEvents()473 mBatchedSequenceNumbers[*firstSeqForBatch].push_back(msg.header.seq); in consumeBatchedInputEvents()478 LOG_ALWAYS_FATAL_IF(!firstSeqForBatch.has_value()); in consumeBatchedInputEvents()479 mCallbacks.onMotionEvent(std::move(motion), *firstSeqForBatch); in consumeBatchedInputEvents()