Searched refs:GetRtpRtcp (Results 1 – 5 of 5) sorted by relevance
102 virtual RtpRtcpInterface* GetRtpRtcp() const = 0;
168 MOCK_METHOD(RtpRtcpInterface*, GetRtpRtcp, (), (const, override));
105 RtpRtcpInterface* GetRtpRtcp() const override;870 RtpRtcpInterface* ChannelSend::GetRtpRtcp() const { in GetRtpRtcp() function in webrtc::voe::__anon3425f8f40111::ChannelSend
164 rtp_rtcp_module_(channel_send_->GetRtpRtcp()), in AudioSendStream()
220 EXPECT_CALL(*channel_send_, GetRtpRtcp()).WillRepeatedly(Invoke([this]() { in SetupDefaultChannelSend()