Searched refs:publishMotionEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 188 status = mPublisher->publishMotionEvent(seq, eventId, deviceId, source, displayId, hmac, action, in PublishAndConsumeMotionEvent() 341 status = mPublisher->publishMotionEvent(0, InputEvent::nextId(), 0, 0, 0, INVALID_HMAC, 0, 0, 0, in TEST_F() 357 status = mPublisher->publishMotionEvent(1, InputEvent::nextId(), 0, 0, 0, INVALID_HMAC, 0, 0, 0, in TEST_F() 378 status = mPublisher->publishMotionEvent(1, InputEvent::nextId(), 0, 0, 0, INVALID_HMAC, 0, 0, 0, in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 141 mInputPublisher.publishMotionEvent(publishedSeq, event->getId(), in sendMotionEvent()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 294 status_t publishMotionEvent(uint32_t seq, int32_t eventId, int32_t deviceId, int32_t source,
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 483 status_t InputPublisher::publishMotionEvent( in publishMotionEvent() function in android::InputPublisher
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2537 .publishMotionEvent(dispatchEntry->seq, in startDispatchCycleLocked()
|