Searched refs:GetRTPStatistics (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h63 int GetRTPStatistics(int channel,
H A Dvoe_rtp_rtcp_impl.cc312 int VoERTP_RTCPImpl::GetRTPStatistics(int channel, function in class:webrtc::VoERTP_RTCPImpl
324 "GetRTPStatistics() failed to locate channel");
327 return channelPtr->GetRTPStatistics(averageJitterMs, maxJitterMs,
340 "GetRTPStatistics() failed to locate channel");
343 return channelPtr->GetRTPStatistics(stats);
H A Dchannel_proxy.cc89 int error = channel()->GetRTPStatistics(stats);
H A Dchannel.h349 int GetRTPStatistics(unsigned int& averageJitterMs,
353 int GetRTPStatistics(CallStatistics& stats);
H A Dchannel.cc3132 Channel::GetRTPStatistics( function in class:webrtc::voe::Channel
3201 Channel::GetRTPStatistics(CallStatistics& stats) function in class:webrtc::voe::Channel
3215 "GetRTPStatistics() failed to read RTP statistics from the "
3243 "GetRTPStatistics() failed to retrieve RTP datacounters =>"
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h174 virtual int GetRTPStatistics(int channel,
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h288 MOCK_METHOD4(GetRTPStatistics,
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h628 WEBRTC_STUB(GetRTPStatistics, (int channel, unsigned int& averageJitterMs,

Completed in 109 milliseconds