Home
last modified time | relevance | path

Searched refs:mWait (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp76 mWait.notify_one(); in stopThread()
120 mWait.wait(lk, [this]() { return mNextFrame != nullptr || mStopThread; }); in threadFn()
171 mWait.notify_one(); in displayFrame()
/packages/services/Car/cpp/computepipe/example/
DFaceTracker.cpp40 mWait.wait(lock, [this]() { return hasChanged; }); in GetCurrentState()
54 mWait.notify_all(); in UpdateCurrentState()
DFaceTracker.h54 std::condition_variable mWait; variable
/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp149 if (!mWait.wait_for(lk, kProfilingDataReadTimeout, [this]() { in getPipeProfilingInfo()
252 mWait.notify_one(); in deliverGraphDebugInfo()
DDebuggerImpl.h73 std::condition_variable mWait; variable
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h69 std::condition_variable mWait; variable