Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp171 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/
Dandroid_view_InputEventSender.cpp137 status_t status = mInputPublisher.publishMotionEvent(publishedSeq, in sendMotionEvent()
/frameworks/native/include/input/
DInputTransport.h264 status_t publishMotionEvent(
/frameworks/native/libs/input/
DInputTransport.cpp467 status_t InputPublisher::publishMotionEvent( in publishMotionEvent() function in android::InputPublisher
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2226 .publishMotionEvent(dispatchEntry->seq, motionEntry->deviceId, in startDispatchCycleLocked()