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

/external/chromium_org/third_party/webrtc/video_engine/
H A Dcall_stats.cc31 virtual void OnRttUpdate(uint32_t rtt) { function in class:webrtc::RtcpObserver
32 owner_->OnRttUpdate(rtt);
85 (*it)->OnRttUpdate(max_rtt);
123 void CallStats::OnRttUpdate(uint32_t rtt) { function in class:webrtc::CallStats
H A Dvie_channel.cc95 virtual void OnRttUpdate(uint32_t rtt) { function in class:webrtc::ChannelStatsObserver
96 owner_->OnRttUpdate(rtt);
1548 void ViEChannel::OnRttUpdate(uint32_t rtt) { function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc47 virtual void OnRttUpdate(uint32_t rtt) OVERRIDE;
208 void RemoteBitrateEstimatorSingleStream::OnRttUpdate(uint32_t rtt) { function in class:webrtc::__anon15958::RemoteBitrateEstimatorSingleStream
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl_unittest.cc42 virtual void OnRttUpdate(uint32_t rtt_ms) { function in class:webrtc::__anon16025::RtcpRttStatsTestImpl

Completed in 75 milliseconds