Home
last modified time | relevance | path

Searched refs:mDispatcherThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputManager.cpp50 mDispatcherThread = new InputDispatcherThread(mDispatcher); in initialize()
54 status_t result = mDispatcherThread->run("InputDispatcher", PRIORITY_URGENT_DISPLAY); in start()
64 mDispatcherThread->requestExit(); in start()
77 result = mDispatcherThread->requestExitAndWait(); in stop()
DInputManager.h102 sp<InputDispatcherThread> mDispatcherThread; variable