Searched refs:GetRTCPStatistics (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h35 MOCK_CONST_METHOD0(GetRTCPStatistics, CallStatistics());
H A Dmock_voice_engine.h293 MOCK_METHOD2(GetRTCPStatistics, int(int channel, CallStatistics& stats));
/external/webrtc/webrtc/voice_engine/
H A Dchannel_proxy.h58 virtual CallStatistics GetRTCPStatistics() const;
H A Dvoe_rtp_rtcp_impl.h68 int GetRTCPStatistics(int channel, CallStatistics& stats) override;
H A Dchannel_proxy.cc86 CallStatistics ChannelProxy::GetRTCPStatistics() const { function in class:webrtc::voe::ChannelProxy
H A Dvoe_rtp_rtcp_impl.cc331 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) { function in class:webrtc::VoERTP_RTCPImpl
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h180 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc196 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics();
H A Daudio_send_stream.cc133 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics();
H A Daudio_send_stream_unittest.cc136 EXPECT_CALL(*channel_proxy_, GetRTCPStatistics())
H A Daudio_receive_stream_unittest.cc135 EXPECT_CALL(*channel_proxy_, GetRTCPStatistics())
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc285 EXPECT_EQ(0, local_rtp_rtcp_->GetRTCPStatistics(dst, *stats));
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h631 WEBRTC_STUB(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats));

Completed in 245 milliseconds