Searched refs:stream_lock_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc32 stream_lock_(CriticalSectionWrapper::CreateCriticalSection()),
62 CriticalSectionScoped cs(stream_lock_.get());
153 CriticalSectionScoped cs(stream_lock_.get());
164 CriticalSectionScoped cs(stream_lock_.get());
174 CriticalSectionScoped cs(stream_lock_.get());
182 CriticalSectionScoped cs(stream_lock_.get());
189 CriticalSectionScoped cs(stream_lock_.get());
285 CriticalSectionScoped cs(stream_lock_.get());
298 CriticalSectionScoped cs(stream_lock_.get());
303 CriticalSectionScoped cs(stream_lock_
[all...]
H A Dreceive_statistics_impl.h60 void NotifyRtpCallback() LOCKS_EXCLUDED(stream_lock_.get());
61 void NotifyRtcpCallback() LOCKS_EXCLUDED(stream_lock_.get());
64 rtc::scoped_ptr<CriticalSectionWrapper> stream_lock_; member in class:webrtc::StreamStatisticianImpl

Completed in 48 milliseconds