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

/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp166 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, flags, edgeFlags,
171 << "publisher publishMotionEvent should return OK";
258 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
261 << "publisher publishMotionEvent should return BAD_VALUE";
274 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
277 << "publisher publishMotionEvent should return BAD_VALUE";
/frameworks/native/include/input/
H A DInputTransport.h222 status_t publishMotionEvent(
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp136 status_t status = mInputPublisher.publishMotionEvent(publishedSeq,
/frameworks/native/libs/input/
H A DInputTransport.cpp280 status_t InputPublisher::publishMotionEvent( function in class:android::InputPublisher
299 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
/frameworks/base/services/input/
H A DInputDispatcher.cpp1992 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq,

Completed in 178 milliseconds