OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_FINISHED
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/input/tests/
InputChannel_test.cpp
94
clientReply.header.type = InputMessage::
TYPE_FINISHED
;
/frameworks/native/include/input/
InputTransport.h
50
TYPE_FINISHED
= 3,
/frameworks/native/libs/input/
InputTransport.cpp
77
case
TYPE_FINISHED
:
90
case
TYPE_FINISHED
:
358
if (msg.header.type != InputMessage::
TYPE_FINISHED
) {
848
msg.header.type = InputMessage::
TYPE_FINISHED
;
[
all
...]
Completed in 76 milliseconds