HomeSort by relevance Sort by last modified time
    Searched refs:SendCompoundRTCP (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 406 virtual int32_t SendCompoundRTCP(
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 165 MOCK_METHOD1(SendCompoundRTCP,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 119 int32_t SendCompoundRTCP(const FeedbackState& feedback_state,
rtp_rtcp_impl.h 165 int32_t SendCompoundRTCP(
rtcp_sender.cc 791 return SendCompoundRTCP(
796 int32_t RTCPSender::SendCompoundRTCP(
    [all...]
rtp_rtcp_impl.cc 551 int32_t ModuleRtpRtcpImpl::SendCompoundRTCP(
553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types);
rtp_rtcp_impl_unittest.cc 405 EXPECT_EQ(0, receiver_.impl_->SendCompoundRTCP(packet_types));
rtcp_sender_unittest.cc 759 EXPECT_EQ(0, rtcp_sender_->SendCompoundRTCP(feedback_state(), packet_types));

Completed in 196 milliseconds