Home
last modified time | relevance | path

Searched refs:SendCombinedRtcpPacket (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/webrtc/modules/pacing/
H A Dpacket_router.cc276 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 Dpacket_router_unittest.cc90 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 Dpacket_router.h72 void SendCombinedRtcpPacket(
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver.cc111 void RtcpTransceiver::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiver
117 ptr->SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
H A Drtcp_transceiver.h81 void SendCombinedRtcpPacket(
H A Drtp_rtcp_impl.cc670 void ModuleRtpRtcpImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl
672 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
H A Drtcp_transceiver_impl.h78 void SendCombinedRtcpPacket(
H A Drtp_rtcp_impl2.cc654 void ModuleRtpRtcpImpl2::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl2
656 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
H A Drtp_rtcp_impl2.h239 void SendCombinedRtcpPacket(
H A Drtp_rtcp_impl.h229 void SendCombinedRtcpPacket(
H A Drtcp_sender.h180 void SendCombinedRtcpPacket(
H A Drtcp_transceiver_unittest.cc321 rtcp_transceiver.SendCombinedRtcpPacket(std::move(packets)); in TEST()
H A Drtcp_sender.cc937 void RTCPSender::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RTCPSender
H A Drtcp_transceiver_impl.cc795 void RtcpTransceiverImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiverImpl
H A Drtcp_sender_unittest.cc836 rtcp_sender->SendCombinedRtcpPacket(std::move(packets)); in TEST_F()
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dcongestion_controller_feedback_fuzzer.cc27 absl::bind_front(&PacketRouter::SendCombinedRtcpPacket, &packet_router), in FuzzOneInput()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h173 SendCombinedRtcpPacket,
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h265 virtual void SendCombinedRtcpPacket(
/aosp_15_r20/external/webrtc/call/
H A Dcall.cc711 absl::bind_front(&PacketRouter::SendCombinedRtcpPacket, in Call()