Searched refs:remote_candidate_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport.cc769 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()) {
960 const rtc::SocketAddress& remote_addr = remote_candidate_.address();
961 const std::string& remote_ufrag = remote_candidate_.username();
1284 if (remote_candidate_.username() == ice_ufrag &&
1285 remote_candidate_
[all...]
H A Dport.h432 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 106 milliseconds