Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp169 status = mPublisher->publishMotionEvent(seq, deviceId, source, displayId, action, actionButton, in PublishAndConsumeMotionEvent()
262 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in TEST_F()
278 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in TEST_F()
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp139 status_t status = mInputPublisher.publishMotionEvent(publishedSeq, in sendMotionEvent()
/frameworks/native/include/input/
DInputTransport.h246 status_t publishMotionEvent(
/frameworks/native/libs/input/
DInputTransport.cpp386 status_t InputPublisher::publishMotionEvent( in publishMotionEvent() function in android::InputPublisher
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2025 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq, in startDispatchCycleLocked()