/aosp_15_r20/external/webrtc/modules/pacing/ |
H A D | packet_router.cc | 276 void PacketRouter::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::PacketRouter 285 rtp_module->SendCombinedRtcpPacket(std::move(packets)); in SendCombinedRtcpPacket() 293 rtcp_sender->SendCombinedRtcpPacket(std::move(packets)); in SendCombinedRtcpPacket()
|
H A D | packet_router_unittest.cc | 90 packet_router_.SendCombinedRtcpPacket(std::move(feedback)); in TEST_F() 325 EXPECT_CALL(rtp_1, SendCombinedRtcpPacket); in TEST_F() 326 packet_router_.SendCombinedRtcpPacket(std::move(feedback)); in TEST_F() 328 EXPECT_CALL(rtp_2, SendCombinedRtcpPacket); in TEST_F() 331 packet_router_.SendCombinedRtcpPacket(std::move(new_feedback)); in TEST_F()
|
H A D | packet_router.h | 72 void SendCombinedRtcpPacket(
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtcp_transceiver.cc | 111 void RtcpTransceiver::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiver 117 ptr->SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
H A D | rtcp_transceiver.h | 81 void SendCombinedRtcpPacket(
|
H A D | rtp_rtcp_impl.cc | 670 void ModuleRtpRtcpImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl 672 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
H A D | rtcp_transceiver_impl.h | 78 void SendCombinedRtcpPacket(
|
H A D | rtp_rtcp_impl2.cc | 654 void ModuleRtpRtcpImpl2::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl2 656 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
H A D | rtp_rtcp_impl2.h | 239 void SendCombinedRtcpPacket(
|
H A D | rtp_rtcp_impl.h | 229 void SendCombinedRtcpPacket(
|
H A D | rtcp_sender.h | 180 void SendCombinedRtcpPacket(
|
H A D | rtcp_transceiver_unittest.cc | 321 rtcp_transceiver.SendCombinedRtcpPacket(std::move(packets)); in TEST()
|
H A D | rtcp_sender.cc | 937 void RTCPSender::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RTCPSender
|
H A D | rtcp_transceiver_impl.cc | 795 void RtcpTransceiverImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiverImpl
|
H A D | rtcp_sender_unittest.cc | 836 rtcp_sender->SendCombinedRtcpPacket(std::move(packets)); in TEST_F()
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | congestion_controller_feedback_fuzzer.cc | 27 absl::bind_front(&PacketRouter::SendCombinedRtcpPacket, &packet_router), in FuzzOneInput()
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/mocks/ |
H A D | mock_rtp_rtcp.h | 173 SendCombinedRtcpPacket,
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/ |
H A D | rtp_rtcp_defines.h | 265 virtual void SendCombinedRtcpPacket(
|
/aosp_15_r20/external/webrtc/call/ |
H A D | call.cc | 711 absl::bind_front(&PacketRouter::SendCombinedRtcpPacket, in Call()
|