OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
222
status_t
publishMotionEvent
(
/frameworks/base/core/jni/
android_view_InputEventSender.cpp
136
status_t status = mInputPublisher.
publishMotionEvent
(publishedSeq,
/frameworks/native/libs/input/
InputTransport.cpp
280
status_t InputPublisher::
publishMotionEvent
(
299
ALOGD("channel '%s' publisher ~
publishMotionEvent
: seq=%u, deviceId=%d, source=0x%x, "
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
Completed in 343 milliseconds