Searched defs:DataCountersUpdated (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc247 virtual void DataCountersUpdated(const StreamDataCounters& counters, function in class:webrtc::RtpTestCallback
H A Dreceive_statistics_impl.cc157 rtp_callback_->DataCountersUpdated(data, ssrc);
504 void ReceiveStatisticsImpl::DataCountersUpdated(const StreamDataCounters& stats, function in class:webrtc::ReceiveStatisticsImpl
508 rtp_stats_callback_->DataCountersUpdated(stats, ssrc);
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc149 void ReceiveStatisticsProxy::DataCountersUpdated( function in class:webrtc::ReceiveStatisticsProxy
H A Dsend_statistics_proxy.cc355 void SendStatisticsProxy::DataCountersUpdated( function in class:webrtc::SendStatisticsProxy
361 << "DataCountersUpdated reported for unknown ssrc: " << ssrc;

Completed in 299 milliseconds