HomeSort by relevance Sort by last modified time
    Searched refs:stream_lock_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 32 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_.get())
    [all...]
receive_statistics_impl.h 60 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 85 milliseconds