Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.cpp48 mDispatcherThread = new InputDispatcherThread(mDispatcher); in initialize()
52 status_t result = mDispatcherThread->run("InputDispatcher", PRIORITY_URGENT_DISPLAY); in start()
62 mDispatcherThread->requestExit(); in start()
75 result = mDispatcherThread->requestExitAndWait(); in stop()
DInputManager.h111 sp<InputDispatcherThread> mDispatcherThread; variable
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp192 sp<InputDispatcherThread> mDispatcherThread; member in android::InputDispatcherTest
199 mDispatcherThread = new InputDispatcherThread(mDispatcher); in SetUp()
200 mDispatcherThread->run("InputDispatcherTest", PRIORITY_URGENT_DISPLAY); in SetUp()
204 mDispatcherThread->requestExit(); in TearDown()
205 mDispatcherThread.clear(); in TearDown()