OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputdispatcherthread
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/input/
InputManager.h
45
* 2. The
InputDispatcherThread
(called "InputDispatcher") thread waits for new events on the
48
* By design, the InputReaderThread class and
InputDispatcherThread
class do not share any
50
* into the
InputDispatcherThread
and never the reverse. Both classes may interact with the
102
sp<
InputDispatcherThread
> mDispatcherThread;
InputManager.cpp
50
mDispatcherThread = new
InputDispatcherThread
(mDispatcher);
InputDispatcher.h
[
all
...]
InputDispatcher.cpp
[
all
...]
Completed in 48 milliseconds