Searched refs:targetArrivedCond_ (Results 1 – 2 of 2) sorted by relevance
95 isClosetSeekDone = targetArrivedCond_.WaitFor(lock, WAIT_MAX_MS, in Seek()236 targetArrivedCond_.NotifyAll(); in OnAudioBufferFilled()258 targetArrivedCond_.NotifyAll(); in OnVideoBufferFilled()289 targetArrivedCond_.WaitFor(lock, WAIT_MAX_MS, [this] {return isAudioTargetArrived_;}); in AlignAudioPosition()301 targetArrivedCond_.NotifyAll(); in SetInterruptState()
52 ConditionVariable targetArrivedCond_; variable