Searched refs:InputReaderThread (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DInputManager.cpp49 mReaderThread = new InputReaderThread(mReader);
H A DInputManager.h43 * 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;
H A DInputReader.h495 class InputReaderThread : public Thread { class in namespace:android
497 InputReaderThread(const sp<InputReaderInterface>& reader);
498 virtual ~InputReaderThread();
H A DInputReader.cpp828 // --- InputReaderThread ---
830 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) : function in class:android::InputReaderThread
834 InputReaderThread::~InputReaderThread() {
837 bool InputReaderThread::threadLoop() {

Completed in 38 milliseconds