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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 275 int VoERTP_RTCPImpl::SetRTCP_CNAME(int channel, const char cName[256])
278 "SetRTCP_CNAME(channel=%d, cName=%s)", channel, cName);
289 "SetRTCP_CNAME() failed to locate channel");
292 return channelPtr->SetRTCP_CNAME(cName);
channel.cc     [all...]

Completed in 75 milliseconds