Searched refs:GetRemoteRTCP_CNAME (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h30 virtual int GetRemoteRTCP_CNAME(int channel, char cName[256]);
H A Dvoe_rtp_rtcp_impl.cc295 int VoERTP_RTCPImpl::GetRemoteRTCP_CNAME(int channel, char cName[256]) function in class:webrtc::VoERTP_RTCPImpl
298 "GetRemoteRTCP_CNAME(channel=%d, cName=?)", channel);
309 "GetRemoteRTCP_CNAME() failed to locate channel");
312 return channelPtr->GetRemoteRTCP_CNAME(cName);
336 "GetRemoteRTCP_CNAME() failed to locate channel");
H A Dchannel.h331 int GetRemoteRTCP_CNAME(char cName[256]);
H A Dchannel.cc3151 Channel::GetRemoteRTCP_CNAME(char cName[256]) function in class:webrtc::voe::Channel
3157 "GetRemoteRTCP_CNAME() invalid CNAME input buffer");
3166 "GetRemoteRTCP_CNAME() failed to retrieve remote RTCP CNAME");
3172 "GetRemoteRTCP_CNAME() => cName=%s", cName);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h182 virtual int GetRemoteRTCP_CNAME(int channel, char cName[256]) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc135 voe_rtp_rtcp_->GetRemoteRTCP_CNAME(channel_, char_buffer);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h936 WEBRTC_STUB(GetRemoteRTCP_CNAME, (int channel, char* cname));

Completed in 591 milliseconds