Searched refs:GetRTCPStatistics (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/test/ |
D | mock_voe_channel_proxy.h | 35 MOCK_CONST_METHOD0(GetRTCPStatistics, CallStatistics());
|
D | mock_voice_engine.h | 293 MOCK_METHOD2(GetRTCPStatistics, int(int channel, CallStatistics& stats));
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.h | 58 virtual CallStatistics GetRTCPStatistics() const;
|
D | voe_rtp_rtcp_impl.h | 68 int GetRTCPStatistics(int channel, CallStatistics& stats) override;
|
D | channel_proxy.cc | 86 CallStatistics ChannelProxy::GetRTCPStatistics() const { in GetRTCPStatistics() function in webrtc::voe::ChannelProxy
|
D | voe_rtp_rtcp_impl.cc | 331 int VoERTP_RTCPImpl::GetRTCPStatistics(int channel, CallStatistics& stats) { in GetRTCPStatistics() function in webrtc::VoERTP_RTCPImpl
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 180 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 133 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
|
D | audio_receive_stream.cc | 196 webrtc::CallStatistics call_stats = channel_proxy_->GetRTCPStatistics(); in GetStats()
|
D | audio_send_stream_unittest.cc | 136 EXPECT_CALL(*channel_proxy_, GetRTCPStatistics()) in SetupMockForGetStats()
|
D | audio_receive_stream_unittest.cc | 135 EXPECT_CALL(*channel_proxy_, GetRTCPStatistics()) in SetupMockForGetStats()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
D | conference_transport.cc | 285 EXPECT_EQ(0, local_rtp_rtcp_->GetRTCPStatistics(dst, *stats)); in GetReceiverStatistics()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 631 WEBRTC_STUB(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats));
|