Searched refs:condBufferAvailable_ (Results 1 – 4 of 4) sorted by relevance
160 condBufferAvailable_.notify_all(); in ~DecoderSurfaceFilter()284 condBufferAvailable_.notify_all(); in DoPause()318 condBufferAvailable_.notify_all(); in DoResume()330 condBufferAvailable_.notify_all(); in DoResumeDragging()354 condBufferAvailable_.notify_all(); in DoStop()732 condBufferAvailable_.notify_one(); in DrainOutputBuffer()742 condBufferAvailable_.wait(lock, [this] { in RenderLoop()
96 std::condition_variable condBufferAvailable_; variable
318 condBufferAvailable_.notify_all(); in StopThread()356 condBufferAvailable_.wait_for(lock, std::chrono::milliseconds(timeoutMs), in ThreadProcessor()380 condBufferAvailable_.notify_one(); in OnBufferAvailable()
159 std::condition_variable condBufferAvailable_; variable