Searched refs:SendCompoundRTCP (Results 1 – 8 of 8) sorted by relevance
406 virtual int32_t SendCompoundRTCP(
119 int32_t SendCompoundRTCP(const FeedbackState& feedback_state,
165 int32_t SendCompoundRTCP(
551 int32_t ModuleRtpRtcpImpl::SendCompoundRTCP( in SendCompoundRTCP() function in webrtc::ModuleRtpRtcpImpl553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types); in SendCompoundRTCP()
791 return SendCompoundRTCP( in SendRTCP()796 int32_t RTCPSender::SendCompoundRTCP( in SendCompoundRTCP() function in webrtc::RTCPSender
405 EXPECT_EQ(0, receiver_.impl_->SendCompoundRTCP(packet_types)); in TEST_F()
759 EXPECT_EQ(0, rtcp_sender_->SendCompoundRTCP(feedback_state(), packet_types)); in TEST_F()
165 MOCK_METHOD1(SendCompoundRTCP,