OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
689
class
InputState
{
691
InputState
();
692
~
InputState
();
719
void copyPointerStateTo(
InputState
& other) const;
800
InputState
inputState
;
[
all
...]
/system/core/libcutils/
mq.c
85
}
InputState
;
168
InputState
inputState
;
274
peerProxy->
inputState
= READING_HEADER;
584
peerProxy->
inputState
= READING_BYTES;
680
masterProxy->
inputState
= ACCEPTING_CONNECTION;
968
int state = peerProxy->
inputState
;
[
all
...]
Completed in 411 milliseconds