HomeSort by relevance Sort by last modified time
    Searched refs:InputReaderThread (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/input/
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 495 class InputReaderThread : public Thread {
497 InputReaderThread(const sp<InputReaderInterface>& reader);
498 virtual ~InputReaderThread();
    [all...]
InputReader.cpp 828 // --- InputReaderThread ---
830 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) :
834 InputReaderThread::~InputReaderThread() {
837 bool InputReaderThread::threadLoop() {
    [all...]

Completed in 192 milliseconds