Home
last modified time | relevance | path

Searched refs:sink_lock_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Dremote_audio_source.cc138 MutexLock lock(&sink_lock_); in AddSink()
147 MutexLock lock(&sink_lock_); in RemoveSink()
154 MutexLock lock(&sink_lock_); in OnData()
Dremote_audio_source.h84 Mutex sink_lock_; variable
/external/webrtc/media/engine/
Dwebrtc_video_engine.h553 webrtc::Mutex sink_lock_; variable
555 RTC_GUARDED_BY(sink_lock_);
559 RTC_GUARDED_BY(sink_lock_);
560 int64_t first_frame_timestamp_ RTC_GUARDED_BY(sink_lock_);
563 int64_t estimated_remote_start_ntp_time_ms_ RTC_GUARDED_BY(sink_lock_);
Dwebrtc_video_engine.cc3200 webrtc::MutexLock lock(&sink_lock_); in OnFrame()
3246 webrtc::MutexLock lock(&sink_lock_); in SetSink()
3282 webrtc::MutexLock frame_cs(&sink_lock_); in GetVideoReceiverInfo()