Home
last modified time | relevance | path

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

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