Searched refs:publishMotionEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 171 status = mPublisher->publishMotionEvent(seq, deviceId, source, displayId, action, actionButton, in PublishAndConsumeMotionEvent() 269 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in TEST_F() 282 status = mPublisher->publishMotionEvent(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, in TEST_F() 300 status = mPublisher->publishMotionEvent(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 137 status_t status = mInputPublisher.publishMotionEvent(publishedSeq, in sendMotionEvent()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 264 status_t publishMotionEvent(
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 467 status_t InputPublisher::publishMotionEvent( in publishMotionEvent() function in android::InputPublisher
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2226 .publishMotionEvent(dispatchEntry->seq, motionEntry->deviceId, in startDispatchCycleLocked()
|