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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 380 receive_statistics_lock_(CriticalSectionWrapper::CreateCriticalSection()),
397 CriticalSectionScoped cs(receive_statistics_lock_.get());
408 // it's own locking so don't hold receive_statistics_lock_ (potential
415 CriticalSectionScoped cs(receive_statistics_lock_.get());
424 CriticalSectionScoped cs(receive_statistics_lock_.get());
441 CriticalSectionScoped cs(receive_statistics_lock_.get());
450 CriticalSectionScoped cs(receive_statistics_lock_.get());
458 CriticalSectionScoped cs(receive_statistics_lock_.get());
468 CriticalSectionScoped cs(receive_statistics_lock_.get());
477 CriticalSectionScoped cs(receive_statistics_lock_.get())
    [all...]
receive_statistics_impl.h 134 rtc::scoped_ptr<CriticalSectionWrapper> receive_statistics_lock_; member in class:webrtc::ReceiveStatisticsImpl

Completed in 1041 milliseconds