Home
last modified time | relevance | path

Searched refs:GetRemoteRTCPReportBlocks (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc94 std::vector<ReportBlock> ChannelProxy::GetRemoteRTCPReportBlocks() const { in GetRemoteRTCPReportBlocks() function in webrtc::voe::ChannelProxy
97 int error = channel()->GetRemoteRTCPReportBlocks(&blocks); in GetRemoteRTCPReportBlocks()
Dchannel_proxy.h59 virtual std::vector<ReportBlock> GetRemoteRTCPReportBlocks() const;
Dvoe_rtp_rtcp_impl.h70 int GetRemoteRTCPReportBlocks(
Dvoe_rtp_rtcp_impl.cc346 int VoERTP_RTCPImpl::GetRemoteRTCPReportBlocks( in GetRemoteRTCPReportBlocks() function in webrtc::VoERTP_RTCPImpl
360 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks); in GetRemoteRTCPReportBlocks()
Dchannel.h352 int GetRemoteRTCPReportBlocks(std::vector<ReportBlock>* report_blocks);
Dchannel.cc3165 int Channel::GetRemoteRTCPReportBlocks( in GetRemoteRTCPReportBlocks() function in webrtc::voe::Channel
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h36 MOCK_CONST_METHOD0(GetRemoteRTCPReportBlocks, std::vector<ReportBlock>());
Dmock_voice_engine.h294 MOCK_METHOD2(GetRemoteRTCPReportBlocks,
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h186 virtual int GetRemoteRTCPReportBlocks(
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc151 for (const auto& block : channel_proxy_->GetRemoteRTCPReportBlocks()) { in GetStats()
Daudio_send_stream_unittest.cc138 EXPECT_CALL(*channel_proxy_, GetRemoteRTCPReportBlocks()) in SetupMockForGetStats()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h626 WEBRTC_STUB(GetRemoteRTCPReportBlocks,