Searched refs:InputDispatcherThread (Results 1 – 4 of 4) sorted by relevance
102 sp<InputDispatcherThread> mDispatcherThread;
50 mDispatcherThread = new InputDispatcherThread(mDispatcher); in initialize()
1141 class InputDispatcherThread : public Thread {1143 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);1144 ~InputDispatcherThread();
4616 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread() function in android::InputDispatcherThread4620 InputDispatcherThread::~InputDispatcherThread() { in ~InputDispatcherThread()4623 bool InputDispatcherThread::threadLoop() { in threadLoop()