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