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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp982 // --- InputReaderThread ---
984 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) : function in class:android::InputReaderThread
988 InputReaderThread::~InputReaderThread() {
991 bool InputReaderThread::threadLoop() {
H A DInputReader.h519 class InputReaderThread : public Thread { class in namespace:android
521 explicit InputReaderThread(const sp<InputReaderInterface>& reader);
522 virtual ~InputReaderThread();

Completed in 588 milliseconds