Searched refs:SetRTCP_CNAME (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h28 virtual int SetRTCP_CNAME(int channel, const char cName[256]);
H A Dvoe_rtp_rtcp_impl.cc275 int VoERTP_RTCPImpl::SetRTCP_CNAME(int channel, const char cName[256]) function in class:webrtc::VoERTP_RTCPImpl
278 "SetRTCP_CNAME(channel=%d, cName=%s)", channel, cName);
289 "SetRTCP_CNAME() failed to locate channel");
292 return channelPtr->SetRTCP_CNAME(cName);
H A Dchannel.h330 int SetRTCP_CNAME(const char cName[256]);
H A Dchannel.cc3136 Channel::SetRTCP_CNAME(const char cName[256]) function in class:webrtc::voe::Channel
3139 "Channel::SetRTCP_CNAME()");
3144 "SetRTCP_CNAME() failed to set RTCP CNAME");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h172 virtual int SetRTCP_CNAME(int channel, const char cName[256]) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc94 voe_rtp_rtcp_->SetRTCP_CNAME(channel_, RTCP_CNAME);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h934 WEBRTC_STUB(SetRTCP_CNAME, (int channel, const char cname[256]));
H A Dwebrtcvoiceengine.cc2592 if (engine()->voe()->rtp()->SetRTCP_CNAME(channel, sp.cname.c_str()) == -1) {
2593 LOG_RTCERR2(SetRTCP_CNAME, channel, sp.cname);

Completed in 3184 milliseconds