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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc273 int VoERTP_RTCPImpl::GetRemoteRTCP_CNAME(int channel, char cName[256]) { function in class:webrtc::VoERTP_RTCPImpl
282 "GetRemoteRTCP_CNAME() failed to locate channel");
285 return channelPtr->GetRemoteRTCP_CNAME(cName);
305 "GetRemoteRTCP_CNAME() failed to locate channel");
H A Dchannel.cc2982 Channel::GetRemoteRTCP_CNAME(char cName[256]) function in class:webrtc::voe::Channel
2988 "GetRemoteRTCP_CNAME() invalid CNAME input buffer");
2997 "GetRemoteRTCP_CNAME() failed to retrieve remote RTCP CNAME");

Completed in 118 milliseconds