Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc32 stream_lock_(CriticalSectionWrapper::CreateCriticalSection()), in StreamStatisticianImpl()
62 CriticalSectionScoped cs(stream_lock_.get()); in UpdateCounters()
153 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtpCallback()
164 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtcpCallback()
174 CriticalSectionScoped cs(stream_lock_.get()); in FecPacketReceived()
182 CriticalSectionScoped cs(stream_lock_.get()); in SetMaxReorderingThreshold()
189 CriticalSectionScoped cs(stream_lock_.get()); in GetStatistics()
285 CriticalSectionScoped cs(stream_lock_.get()); in GetDataCounters()
298 CriticalSectionScoped cs(stream_lock_.get()); in GetReceiveStreamDataCounters()
303 CriticalSectionScoped cs(stream_lock_.get()); in BitrateReceived()
[all …]
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_; variable