Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp457 std::optional<uint32_t> firstSeqForBatch; in consumeBatchedInputEvents() local
466 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()