OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputReaderThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputReader.cpp
829
// ---
InputReaderThread
---
831
InputReaderThread
::
InputReaderThread
(const sp<InputReaderInterface>& reader) :
835
InputReaderThread
::~
InputReaderThread
() {
838
bool
InputReaderThread
::threadLoop() {
[
all
...]
InputReader.h
495
class
InputReaderThread
: public Thread {
497
InputReaderThread
(const sp<InputReaderInterface>& reader);
498
virtual ~
InputReaderThread
();
[
all
...]
Completed in 135 milliseconds