Searched defs:InputReaderThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp840 // --- InputReaderThread ---
842 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) : function in class:android::InputReaderThread
846 InputReaderThread::~InputReaderThread() {
849 bool InputReaderThread::threadLoop() {
H A DInputReader.h527 class InputReaderThread : public Thread { class in namespace:android
529 InputReaderThread(const sp<InputReaderInterface>& reader);
530 virtual ~InputReaderThread();

Completed in 93 milliseconds