Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp97 mWorkerWaitCV.notify_all(); in ~ECOSession()
117 mWorkerWaitCV.wait(runLock, [this] { in run()
493 mWorkerWaitCV.notify_all(); in addInfoListener()
521 mWorkerWaitCV.notify_all(); in pushNewStats()
/hardware/google/av/media/eco/include/eco/
DECOSession.h125 std::condition_variable mWorkerWaitCV; variable