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

  /frameworks/base/libs/ui/
InputReader.cpp 593 // --- InputReaderThread ---
595 InputReaderThread::InputReaderThread(const sp<InputReaderInterface>& reader) :
599 InputReaderThread::~InputReaderThread() {
602 bool InputReaderThread::threadLoop() {
    [all...]
  /frameworks/base/include/ui/
InputReader.h 277 class InputReaderThread : public Thread {
279 InputReaderThread(const sp<InputReaderInterface>& reader);
280 virtual ~InputReaderThread();

Completed in 39 milliseconds