Home
last modified time | relevance | path

Searched refs:InputDispatcherThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DInputManager.h102 sp<InputDispatcherThread> mDispatcherThread;
DInputManager.cpp50 mDispatcherThread = new InputDispatcherThread(mDispatcher); in initialize()
DInputDispatcher.h1141 class InputDispatcherThread : public Thread {
1143 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1144 ~InputDispatcherThread();
DInputDispatcher.cpp4616 InputDispatcherThread::InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher) : in InputDispatcherThread() function in android::InputDispatcherThread
4620 InputDispatcherThread::~InputDispatcherThread() { in ~InputDispatcherThread()
4623 bool InputDispatcherThread::threadLoop() { in threadLoop()