HomeSort by relevance Sort by last modified time
    Searched defs:GetRemoteRTCP_CNAME (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 315 int VoERTP_RTCPImpl::GetRemoteRTCP_CNAME(int channel, char cName[256])
318 "GetRemoteRTCP_CNAME(channel=%d, cName=?)", channel);
329 "GetRemoteRTCP_CNAME() failed to locate channel");
332 return channelPtr->GetRemoteRTCP_CNAME(cName);
356 "GetRemoteRTCP_CNAME() failed to locate channel");
channel.cc     [all...]

Completed in 165 milliseconds