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

  /external/webrtc/webrtc/p2p/base/
port.cc 769 remote_candidate_(remote_candidate),
819 d = remote_candidate_.priority();
821 g = remote_candidate_.priority();
874 data, size, remote_candidate_.address(), options, false);
886 const rtc::SocketAddress& addr(remote_candidate_.address());
915 if (remote_ufrag == remote_candidate_.username()) {
    [all...]
port.h 432 const Candidate& remote_candidate() const { return remote_candidate_; }
568 // If |remote_candidate_| is peer reflexive and is equivalent to
569 // |new_candidate| except the type, update |remote_candidate_| to
604 Candidate remote_candidate_; member in class:cricket::Connection

Completed in 196 milliseconds