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

/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp165 status = mPublisher->publishMotionEvent(seq, deviceId, source, action, flags, edgeFlags,
170 << "publisher publishMotionEvent should return OK";
257 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
260 << "publisher publishMotionEvent should return BAD_VALUE";
273 status = mPublisher->publishMotionEvent(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
276 << "publisher publishMotionEvent should return BAD_VALUE";
/frameworks/base/include/androidfw/
H A DInputTransport.h219 status_t publishMotionEvent(
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp274 status_t InputPublisher::publishMotionEvent( function in class:android::InputPublisher
293 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
/frameworks/base/services/input/
H A DInputDispatcher.cpp1991 status = connection->inputPublisher.publishMotionEvent(dispatchEntry->seq,

Completed in 97 milliseconds