Searched refs:publishedSeq (Results 1 – 1 of 1) sorted by relevance
122 uint32_t publishedSeq = mNextPublishedSeq++; in sendKeyEvent() local124 mInputPublisher.publishKeyEvent(publishedSeq, event->getId(), event->getDeviceId(), in sendKeyEvent()135 mPublishedSeqMap.emplace(publishedSeq, seq); in sendKeyEvent()144 uint32_t publishedSeq; in sendMotionEvent() local146 publishedSeq = mNextPublishedSeq++; in sendMotionEvent()148 mInputPublisher.publishMotionEvent(publishedSeq, event->getId(), in sendMotionEvent()172 mPublishedSeqMap.emplace(publishedSeq, seq); in sendMotionEvent()174 mPublishedSeqMap.emplace(publishedSeq, std::nullopt); in sendMotionEvent()