Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/trace/
DThreadedBackend.cpp44 [this]() { mThreadWakeCondition.notify_all(); }) {} in __anon69a344ec0302()
52 mThreadWakeCondition.notify_all(); in ~ThreadedBackend()
61 mThreadWakeCondition.notify_all(); in traceMotionEvent()
70 mThreadWakeCondition.notify_all(); in traceKeyEvent()
79 mThreadWakeCondition.notify_all(); in traceWindowDispatch()
95 mThreadWakeCondition.wait(lock, in threadLoop()
DThreadedBackend.h51 std::condition_variable mThreadWakeCondition; variable