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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 295 int VoERTP_RTCPImpl::GetRTCP_CNAME(int channel, char cName[256])
298 "GetRTCP_CNAME(channel=%d, cName=?)", channel);
309 "GetRTCP_CNAME() failed to locate channel");
312 return channelPtr->GetRTCP_CNAME(cName);
channel.cc     [all...]

Completed in 153 milliseconds