Searched refs:GetRtpRtcp (Results 1 – 5 of 5) sorted by relevance
99 virtual RtpRtcpInterface* GetRtpRtcp() const = 0;
155 MOCK_METHOD(RtpRtcpInterface*, GetRtpRtcp, (), (const, override));
111 RtpRtcpInterface* GetRtpRtcp() const override;858 RtpRtcpInterface* ChannelSend::GetRtpRtcp() const { in GetRtpRtcp() function in webrtc::voe::__anonb4d5baaa0111::ChannelSend
161 rtp_rtcp_module_(channel_send_->GetRtpRtcp()), in AudioSendStream()
219 EXPECT_CALL(*channel_send_, GetRtpRtcp()).WillRepeatedly(Invoke([this]() { in SetupDefaultChannelSend()