Searched refs:GetRemoteRTCPReportBlocks (Results 1 – 12 of 12) sorted by relevance
94 std::vector<ReportBlock> ChannelProxy::GetRemoteRTCPReportBlocks() const { in GetRemoteRTCPReportBlocks() function in webrtc::voe::ChannelProxy97 int error = channel()->GetRemoteRTCPReportBlocks(&blocks); in GetRemoteRTCPReportBlocks()
59 virtual std::vector<ReportBlock> GetRemoteRTCPReportBlocks() const;
70 int GetRemoteRTCPReportBlocks(
346 int VoERTP_RTCPImpl::GetRemoteRTCPReportBlocks( in GetRemoteRTCPReportBlocks() function in webrtc::VoERTP_RTCPImpl360 return channel_ptr->GetRemoteRTCPReportBlocks(report_blocks); in GetRemoteRTCPReportBlocks()
352 int GetRemoteRTCPReportBlocks(std::vector<ReportBlock>* report_blocks);
3165 int Channel::GetRemoteRTCPReportBlocks( in GetRemoteRTCPReportBlocks() function in webrtc::voe::Channel
36 MOCK_CONST_METHOD0(GetRemoteRTCPReportBlocks, std::vector<ReportBlock>());
294 MOCK_METHOD2(GetRemoteRTCPReportBlocks,
186 virtual int GetRemoteRTCPReportBlocks(
151 for (const auto& block : channel_proxy_->GetRemoteRTCPReportBlocks()) { in GetStats()
138 EXPECT_CALL(*channel_proxy_, GetRemoteRTCPReportBlocks()) in SetupMockForGetStats()
626 WEBRTC_STUB(GetRemoteRTCPReportBlocks,