HomeSort by relevance Sort by last modified time
    Searched refs:ProcessIceMessage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h 147 bool ProcessIceMessage(const IceCandidateInterface* ice_candidate);
webrtcsession_unittest.cc     [all...]
peerconnection.cc 522 return session_->ProcessIceMessage(ice_candidate);
webrtcsession.cc 719 bool WebRtcSession::ProcessIceMessage(const IceCandidateInterface* candidate) {
721 LOG(LS_ERROR) << "ProcessIceMessage: ICE candidates can't be added "
728 LOG(LS_ERROR) << "ProcessIceMessage: Candidate is NULL";
733 LOG(LS_INFO) << "ProcessIceMessage: Remote description not set, "
743 LOG(LS_ERROR) << "ProcessIceMessage: Candidate cannot be used";
    [all...]

Completed in 46 milliseconds