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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 396 receive_statistics_lock_(CriticalSectionWrapper::CreateCriticalSection()),
413 CriticalSectionScoped cs(receive_statistics_lock_.get());
424 // it's own locking so don't hold receive_statistics_lock_ (potential
430 CriticalSectionScoped cs(receive_statistics_lock_.get());
439 CriticalSectionScoped cs(receive_statistics_lock_.get());
456 CriticalSectionScoped cs(receive_statistics_lock_.get());
465 CriticalSectionScoped cs(receive_statistics_lock_.get());
473 CriticalSectionScoped cs(receive_statistics_lock_.get());
483 CriticalSectionScoped cs(receive_statistics_lock_.get());
491 CriticalSectionScoped cs(receive_statistics_lock_.get())
    [all...]
receive_statistics_impl.h 132 scoped_ptr<CriticalSectionWrapper> receive_statistics_lock_; member in class:webrtc::ReceiveStatisticsImpl

Completed in 1103 milliseconds