Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp188 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/
Dandroid_view_InputEventSender.cpp141 mInputPublisher.publishMotionEvent(publishedSeq, event->getId(), in sendMotionEvent()
/frameworks/native/include/input/
DInputTransport.h294 status_t publishMotionEvent(uint32_t seq, int32_t eventId, int32_t deviceId, int32_t source,
/frameworks/native/libs/input/
DInputTransport.cpp483 status_t InputPublisher::publishMotionEvent( in publishMotionEvent() function in android::InputPublisher
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2537 .publishMotionEvent(dispatchEntry->seq, in startDispatchCycleLocked()