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

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp167 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, actionButton,
172 << "publisher publishMotionEvent should return OK";
259 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
262 << "publisher publishMotionEvent should return BAD_VALUE";
275 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
278 << "publisher publishMotionEvent should return BAD_VALUE";
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp137 status_t status = mInputPublisher.publishMotionEvent(publishedSeq,
/frameworks/native/include/input/
H A DInputTransport.h231 status_t publishMotionEvent(
/frameworks/native/libs/input/
H A DInputTransport.cpp285 status_t InputPublisher::publishMotionEvent( function in class:android::InputPublisher
305 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2027 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq,

Completed in 201 milliseconds