Searched refs:GetNetworkStatistics (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_neteq_stats.h36 virtual int GetNetworkStatistics(int channel, NetworkStatistics& stats) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_neteq_stats_impl.h24 virtual int GetNetworkStatistics(int channel,
H A Dvoe_neteq_stats_impl.cc51 int VoENetEqStatsImpl::GetNetworkStatistics(int channel, function in class:webrtc::VoENetEqStatsImpl
55 "GetNetworkStatistics(channel=%d, stats=?)", channel);
67 "GetNetworkStatistics() failed to locate channel");
71 return channelPtr->GetNetworkStatistics(stats);
H A Dchannel.h275 int GetNetworkStatistics(NetworkStatistics& stats);
H A Dchannel.cc3874 Channel::GetNetworkStatistics(NetworkStatistics& stats) function in class:webrtc::voe::Channel
3877 "Channel::GetNetworkStatistics()");
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dstatistics_calculator.h77 void GetNetworkStatistics(int fs_hz,
H A Dstatistics_calculator.cc105 void StatisticsCalculator::GetNetworkStatistics( function in class:webrtc::StatisticsCalculator
H A Dneteq_impl.cc303 stats_.GetNetworkStatistics(fs_hz_, total_samples_in_buffers,
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dneteq_stats_test.cc21 EXPECT_EQ(0, voe_neteq_stats_->GetNetworkStatistics(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h843 WEBRTC_STUB(GetNetworkStatistics, (int, webrtc::NetworkStatistics&));
H A Dwebrtcvoiceengine.cc3409 engine()->voe()->neteq()->GetNetworkStatistics(

Completed in 1358 milliseconds