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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 71 statistics_crit_(CriticalSectionWrapper::CreateCriticalSection()),
166 CriticalSectionScoped cs(statistics_crit_.get());
434 CriticalSectionScoped cs(statistics_crit_.get());
824 // Get ssrc before taking statistics_crit_ to avoid possible deadlock.
827 CriticalSectionScoped lock(statistics_crit_.get());
953 CriticalSectionScoped cs(statistics_crit_.get());
    [all...]
rtp_sender.h 365 scoped_ptr<CriticalSectionWrapper> statistics_crit_; member in class:webrtc::RTPSender

Completed in 1406 milliseconds