Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp153 mWakeLooper.notify_all(); in processClientCommand()
623 mWakeLooper.wait(lock, [this] { in processCommands()
716 mWakeLooper.notify_all(); in queueCommand()
724 mWakeLooper.notify_all(); in queueError()
DDefaultEngine.h284 std::condition_variable mWakeLooper; variable