Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp95 mWorkerWaitCV.notify_all(); in ~ECOSession()
115 mWorkerWaitCV.wait(runLock, [this] { in run()
491 mWorkerWaitCV.notify_all(); in addInfoListener()
517 mWorkerWaitCV.notify_all(); in pushNewStats()
/hardware/google/av/media/eco/include/eco/
DECOSession.h123 std::condition_variable mWorkerWaitCV; variable