Searched defs:GetRemoteRTCP_CNAME (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
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.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);

Completed in 88 milliseconds