Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy_unittest.cc69 SendCombinedRtcpPacket,
124 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
147 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
170 EXPECT_CALL(router_, SendCombinedRtcpPacket).WillOnce(Return(true)); in TEST_F()
176 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
200 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
227 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
266 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
296 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
327 EXPECT_CALL(router_, SendCombinedRtcpPacket) in TEST_F()
[all …]
Dremote_estimator_proxy.cc220 feedback_sender_->SendCombinedRtcpPacket(std::move(packets)); in SendPeriodicFeedbacks()
253 feedback_sender_->SendCombinedRtcpPacket(std::move(packets)); in SendFeedbackOnRequest()
/external/webrtc/modules/pacing/
Dpacket_router.cc308 bool PacketRouter::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::PacketRouter
317 rtp_module->SendCombinedRtcpPacket(std::move(packets)); in SendCombinedRtcpPacket()
325 rtcp_sender->SendCombinedRtcpPacket(std::move(packets)); in SendCombinedRtcpPacket()
Dpacket_router_unittest.cc95 EXPECT_FALSE(packet_router_.SendCombinedRtcpPacket(std::move(feedback))); in TEST_F()
330 EXPECT_CALL(rtp_1, SendCombinedRtcpPacket).Times(1); in TEST_F()
331 packet_router_.SendCombinedRtcpPacket(std::move(feedback)); in TEST_F()
333 EXPECT_CALL(rtp_2, SendCombinedRtcpPacket).Times(1); in TEST_F()
336 packet_router_.SendCombinedRtcpPacket(std::move(new_feedback)); in TEST_F()
Dpacket_router.h81 bool SendCombinedRtcpPacket(
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver.cc112 void RtcpTransceiver::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiver
118 ptr->SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
Drtcp_transceiver.h79 void SendCombinedRtcpPacket(
Drtcp_transceiver_impl.h71 void SendCombinedRtcpPacket(
Drtp_rtcp_impl2.h235 void SendCombinedRtcpPacket(
Drtp_rtcp_impl2.cc614 void ModuleRtpRtcpImpl2::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl2
616 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
Drtp_rtcp_impl.h243 void SendCombinedRtcpPacket(
Drtp_rtcp_impl.cc710 void ModuleRtpRtcpImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl
712 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
Drtcp_sender.h155 void SendCombinedRtcpPacket(
Drtcp_transceiver_unittest.cc296 rtcp_transceiver.SendCombinedRtcpPacket(std::move(packets)); in TEST()
Drtcp_transceiver_impl.cc397 void RtcpTransceiverImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiverImpl
Drtcp_sender.cc998 void RTCPSender::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RTCPSender
Drtcp_sender_unittest.cc796 rtcp_sender_->SendCombinedRtcpPacket(std::move(packets)); in TEST_F()
/external/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h45 virtual bool SendCombinedRtcpPacket(
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h180 SendCombinedRtcpPacket,
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h257 virtual void SendCombinedRtcpPacket(