Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h406 virtual int32_t SendCompoundRTCP(
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h119 int32_t SendCompoundRTCP(const FeedbackState& feedback_state,
Drtp_rtcp_impl.h165 int32_t SendCompoundRTCP(
Drtp_rtcp_impl.cc551 int32_t ModuleRtpRtcpImpl::SendCompoundRTCP( in SendCompoundRTCP() function in webrtc::ModuleRtpRtcpImpl
553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types); in SendCompoundRTCP()
Drtcp_sender.cc791 return SendCompoundRTCP( in SendRTCP()
796 int32_t RTCPSender::SendCompoundRTCP( in SendCompoundRTCP() function in webrtc::RTCPSender
Drtp_rtcp_impl_unittest.cc405 EXPECT_EQ(0, receiver_.impl_->SendCompoundRTCP(packet_types)); in TEST_F()
Drtcp_sender_unittest.cc759 EXPECT_EQ(0, rtcp_sender_->SendCompoundRTCP(feedback_state(), packet_types)); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h165 MOCK_METHOD1(SendCompoundRTCP,