Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp123 mInputPublisher.publishKeyEvent(publishedSeq, event->getId(), event->getDeviceId(), in sendKeyEvent()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h339 status_t publishKeyEvent(uint32_t seq, int32_t eventId, int32_t deviceId, int32_t source,
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp91 status = mPublisher->publishKeyEvent(seq, eventId, deviceId, source, displayId, hmac, action, in PublishAndConsumeKeyEvent()
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp490 status_t InputPublisher::publishKeyEvent(uint32_t seq, int32_t eventId, int32_t deviceId, in publishKeyEvent() function in android::InputPublisher
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp3146 .publishKeyEvent(dispatchEntry->seq, in startDispatchCycleLocked()