OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputReaderThread
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/inputflinger/
InputManager.h
43
* 1. The
InputReaderThread
(called "InputReader") reads and preprocesses raw input events,
48
* By design, the
InputReaderThread
class and InputDispatcherThread class do not share any
49
* internal state. Moreover, all communication is done one way from the
InputReaderThread
99
sp<
InputReaderThread
> mReaderThread;
InputManager.cpp
49
mReaderThread = new
InputReaderThread
(mReader);
InputReader.h
527
class
InputReaderThread
: public Thread {
529
InputReaderThread
(const sp<InputReaderInterface>& reader);
530
virtual ~
InputReaderThread
();
[
all
...]
InputReader.cpp
840
// ---
InputReaderThread
---
842
InputReaderThread
::
InputReaderThread
(const sp<InputReaderInterface>& reader) :
846
InputReaderThread
::~
InputReaderThread
() {
849
bool
InputReaderThread
::threadLoop() {
[
all
...]
Completed in 656 milliseconds