Searched refs:publishKeyEvent (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputEventSender.cpp | 123 mInputPublisher.publishKeyEvent(publishedSeq, event->getId(), event->getDeviceId(), in sendKeyEvent()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputTransport.h | 339 status_t publishKeyEvent(uint32_t seq, int32_t eventId, int32_t deviceId, int32_t source,
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputPublisherAndConsumer_test.cpp | 91 status = mPublisher->publishKeyEvent(seq, eventId, deviceId, source, displayId, hmac, action, in PublishAndConsumeKeyEvent()
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 490 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 D | InputDispatcher.cpp | 3146 .publishKeyEvent(dispatchEntry->seq, in startDispatchCycleLocked()
|