Home
last modified time | relevance | path

Searched refs:OnReceivedRtcpReportBlocks (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc121 OnReceivedRtcpReportBlocks,
216 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(IsEmpty())); in TEST()
235 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks); in TEST()
268 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks); in TEST()
300 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(SizeIs(1))); in TEST()
334 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(SizeIs(2))); in TEST()
349 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(IsEmpty())); in TEST()
371 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(IsEmpty())); in TEST()
395 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(SizeIs(1))); in TEST()
419 EXPECT_CALL(mocks.rtp_rtcp_impl, OnReceivedRtcpReportBlocks(SizeIs(1))); in TEST()
[all …]
Drtcp_receiver.h49 virtual void OnReceivedRtcpReportBlocks(
Drtp_rtcp_impl2.h262 void OnReceivedRtcpReportBlocks(
Drtp_rtcp_impl.h276 void OnReceivedRtcpReportBlocks(
Drtp_rtcp_impl2.cc674 void ModuleRtpRtcpImpl2::OnReceivedRtcpReportBlocks( in OnReceivedRtcpReportBlocks() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.cc767 void ModuleRtpRtcpImpl::OnReceivedRtcpReportBlocks( in OnReceivedRtcpReportBlocks() function in webrtc::ModuleRtpRtcpImpl
Drtcp_receiver.cc1128 rtp_rtcp_->OnReceivedRtcpReportBlocks(packet_information.report_blocks); in TriggerCallbacksFromRtcpPacket()
/external/webrtc/test/fuzzers/
Drtcp_receiver_fuzzer.cc30 void OnReceivedRtcpReportBlocks(const ReportBlockList&) override {} in OnReceivedRtcpReportBlocks() function in webrtc::__anon38e578ab0111::NullModuleRtpRtcp