HomeSort by relevance Sort by last modified time
    Searched full:candidate_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 754 JsepIceCandidate* candidate_copy = NULL; local
758 candidate_copy = new JsepIceCandidate(candidate->sdp_mid(),
762 // The Post takes the ownership of the |candidate_copy|.
764 new CandidateMsg(candidate_copy));

Completed in 55 milliseconds