/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_estimator_proxy_unittest.cc | 69 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 …]
|
D | remote_estimator_proxy.cc | 220 feedback_sender_->SendCombinedRtcpPacket(std::move(packets)); in SendPeriodicFeedbacks() 253 feedback_sender_->SendCombinedRtcpPacket(std::move(packets)); in SendFeedbackOnRequest()
|
/external/webrtc/modules/pacing/ |
D | packet_router.cc | 308 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()
|
D | packet_router_unittest.cc | 95 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()
|
D | packet_router.h | 81 bool SendCombinedRtcpPacket(
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_transceiver.cc | 112 void RtcpTransceiver::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiver 118 ptr->SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
D | rtcp_transceiver.h | 79 void SendCombinedRtcpPacket(
|
D | rtcp_transceiver_impl.h | 71 void SendCombinedRtcpPacket(
|
D | rtp_rtcp_impl2.h | 235 void SendCombinedRtcpPacket(
|
D | rtp_rtcp_impl2.cc | 614 void ModuleRtpRtcpImpl2::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl2 616 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
D | rtp_rtcp_impl.h | 243 void SendCombinedRtcpPacket(
|
D | rtp_rtcp_impl.cc | 710 void ModuleRtpRtcpImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::ModuleRtpRtcpImpl 712 rtcp_sender_.SendCombinedRtcpPacket(std::move(rtcp_packets)); in SendCombinedRtcpPacket()
|
D | rtcp_sender.h | 155 void SendCombinedRtcpPacket(
|
D | rtcp_transceiver_unittest.cc | 296 rtcp_transceiver.SendCombinedRtcpPacket(std::move(packets)); in TEST()
|
D | rtcp_transceiver_impl.cc | 397 void RtcpTransceiverImpl::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RtcpTransceiverImpl
|
D | rtcp_sender.cc | 998 void RTCPSender::SendCombinedRtcpPacket( in SendCombinedRtcpPacket() function in webrtc::RTCPSender
|
D | rtcp_sender_unittest.cc | 796 rtcp_sender_->SendCombinedRtcpPacket(std::move(packets)); in TEST_F()
|
/external/webrtc/modules/remote_bitrate_estimator/include/ |
D | remote_bitrate_estimator.h | 45 virtual bool SendCombinedRtcpPacket(
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 180 SendCombinedRtcpPacket,
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 257 virtual void SendCombinedRtcpPacket(
|