Home
last modified time | relevance | path

Searched refs:SetRTCP_CNAME (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc40 void ChannelProxy::SetRTCP_CNAME(const std::string& c_name) { in SetRTCP_CNAME() function in webrtc::voe::ChannelProxy
44 int error = channel()->SetRTCP_CNAME(c_name_limited.c_str()); in SetRTCP_CNAME()
Dchannel_proxy.h47 virtual void SetRTCP_CNAME(const std::string& c_name);
Dvoe_rtp_rtcp_impl.h27 int SetRTCP_CNAME(int channel, const char cName[256]) override;
Dvoe_rtp_rtcp_impl.cc256 int VoERTP_RTCPImpl::SetRTCP_CNAME(int channel, const char cName[256]) { in SetRTCP_CNAME() function in webrtc::VoERTP_RTCPImpl
270 return channelPtr->SetRTCP_CNAME(cName); in SetRTCP_CNAME()
Dchannel.h340 int SetRTCP_CNAME(const char cName[256]);
Dchannel.cc2967 Channel::SetRTCP_CNAME(const char cName[256]) in SetRTCP_CNAME() function in webrtc::voe::Channel
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h25 MOCK_METHOD1(SetRTCP_CNAME, void(const std::string& c_name));
Dmock_voice_engine.h277 MOCK_METHOD2(SetRTCP_CNAME, int(int channel, const char cName[256]));
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc76 voe_rtp_rtcp_->SetRTCP_CNAME(channel_, RTCP_CNAME); in SetUp()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h154 virtual int SetRTCP_CNAME(int channel, const char cName[256]) = 0;
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc77 channel_proxy_->SetRTCP_CNAME(config.rtp.c_name); in AudioSendStream()
Daudio_send_stream_unittest.cc77 EXPECT_CALL(*channel_proxy_, SetRTCP_CNAME(StrEq(kCName))).Times(1); in ConfigHelper()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h617 WEBRTC_STUB(SetRTCP_CNAME, (int channel, const char cname[256]));