Searched refs:receive_statistics_lock_ (Results 1 – 2 of 2) sorted by relevance
380 receive_statistics_lock_(CriticalSectionWrapper::CreateCriticalSection()), in ReceiveStatisticsImpl()397 CriticalSectionScoped cs(receive_statistics_lock_.get()); in IncomingPacket()415 CriticalSectionScoped cs(receive_statistics_lock_.get()); in FecPacketReceived()424 CriticalSectionScoped cs(receive_statistics_lock_.get()); in GetActiveStatisticians()441 CriticalSectionScoped cs(receive_statistics_lock_.get()); in GetStatistician()450 CriticalSectionScoped cs(receive_statistics_lock_.get()); in SetMaxReorderingThreshold()458 CriticalSectionScoped cs(receive_statistics_lock_.get()); in Process()468 CriticalSectionScoped cs(receive_statistics_lock_.get()); in TimeUntilNextProcess()477 CriticalSectionScoped cs(receive_statistics_lock_.get()); in RegisterRtcpStatisticsCallback()485 CriticalSectionScoped cs(receive_statistics_lock_.get()); in StatisticsUpdated()[all …]
134 rtc::scoped_ptr<CriticalSectionWrapper> receive_statistics_lock_; variable