Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dseek_agent.cpp95 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()
H A Dseek_agent.h52 ConditionVariable targetArrivedCond_; variable