HomeSort by relevance Sort by last modified time
    Searched refs:publishMotionEvent (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 166 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/
InputTransport.h 230 status_t publishMotionEvent(
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 136 status_t status = mInputPublisher.publishMotionEvent(publishedSeq,
  /frameworks/native/libs/input/
InputTransport.cpp 281 status_t InputPublisher::publishMotionEvent(
300 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]

Completed in 254 milliseconds