Home
last modified time | relevance | path

Searched refs:GetRtpRtcp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/audio/
H A Dchannel_send.h102 virtual RtpRtcpInterface* GetRtpRtcp() const = 0;
H A Dmock_voe_channel_proxy.h168 MOCK_METHOD(RtpRtcpInterface*, GetRtpRtcp, (), (const, override));
H A Dchannel_send.cc105 RtpRtcpInterface* GetRtpRtcp() const override;
870 RtpRtcpInterface* ChannelSend::GetRtpRtcp() const { in GetRtpRtcp() function in webrtc::voe::__anon3425f8f40111::ChannelSend
H A Daudio_send_stream.cc164 rtp_rtcp_module_(channel_send_->GetRtpRtcp()), in AudioSendStream()
H A Daudio_send_stream_unittest.cc220 EXPECT_CALL(*channel_send_, GetRtpRtcp()).WillRepeatedly(Invoke([this]() { in SetupDefaultChannelSend()