Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dremote_audio_source.cc130 MutexLock lock(&sink_lock_); in AddSink()
139 MutexLock lock(&sink_lock_); in RemoveSink()
145 MutexLock lock(&sink_lock_); in OnData()
Dremote_audio_source.h72 Mutex sink_lock_; variable
/external/webrtc/media/engine/
Dwebrtc_video_engine.h519 webrtc::Mutex sink_lock_; variable
521 RTC_GUARDED_BY(sink_lock_);
525 RTC_GUARDED_BY(sink_lock_);
526 int64_t first_frame_timestamp_ RTC_GUARDED_BY(sink_lock_);
529 int64_t estimated_remote_start_ntp_time_ms_ RTC_GUARDED_BY(sink_lock_);
Dwebrtc_video_engine.cc2955 webrtc::MutexLock lock(&sink_lock_); in OnFrame()
3000 webrtc::MutexLock lock(&sink_lock_); in SetSink()
3040 webrtc::MutexLock frame_cs(&sink_lock_); in GetVideoReceiverInfo()