Searched defs:InputReaderThread (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp903 // --- InputReaderThread ---
905 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) : function in class:android::InputReaderThread
909 InputReaderThread::~InputReaderThread() {
912 bool InputReaderThread::threadLoop() {
H A DInputReader.h564 class InputReaderThread : public Thread { class in namespace:android
566 InputReaderThread(const sp<InputReaderInterface>& reader);
567 virtual ~InputReaderThread();

Completed in 59 milliseconds