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

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

Completed in 281 milliseconds