Home
last modified time | relevance | path

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

/external/webrtc/audio/
Dchannel_send.h99 virtual RtpRtcpInterface* GetRtpRtcp() const = 0;
Dmock_voe_channel_proxy.h155 MOCK_METHOD(RtpRtcpInterface*, GetRtpRtcp, (), (const, override));
Dchannel_send.cc111 RtpRtcpInterface* GetRtpRtcp() const override;
858 RtpRtcpInterface* ChannelSend::GetRtpRtcp() const { in GetRtpRtcp() function in webrtc::voe::__anonb4d5baaa0111::ChannelSend
Daudio_send_stream.cc161 rtp_rtcp_module_(channel_send_->GetRtpRtcp()), in AudioSendStream()
Daudio_send_stream_unittest.cc219 EXPECT_CALL(*channel_send_, GetRtpRtcp()).WillRepeatedly(Invoke([this]() { in SetupDefaultChannelSend()