Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_impl.cc32 stream_lock_(CriticalSectionWrapper::CreateCriticalSection()), in StreamStatisticianImpl()
55 CriticalSectionScoped cs(stream_lock_.get()); in ResetStatistics()
79 CriticalSectionScoped cs(stream_lock_.get()); in UpdateCounters()
179 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtpCallback()
190 CriticalSectionScoped cs(stream_lock_.get()); in NotifyRtcpCallback()
199 CriticalSectionScoped cs(stream_lock_.get()); in FecPacketReceived()
207 CriticalSectionScoped cs(stream_lock_.get()); in SetMaxReorderingThreshold()
214 CriticalSectionScoped cs(stream_lock_.get()); in GetStatistics()
307 CriticalSectionScoped cs(stream_lock_.get()); in GetDataCounters()
318 CriticalSectionScoped cs(stream_lock_.get()); in BitrateReceived()
[all …]
Dreceive_statistics_impl.h59 void NotifyRtpCallback() LOCKS_EXCLUDED(stream_lock_.get());
60 void NotifyRtcpCallback() LOCKS_EXCLUDED(stream_lock_.get());
63 scoped_ptr<CriticalSectionWrapper> stream_lock_; variable