Home
last modified time | relevance | path

Searched refs:remote_candidates_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc358 for (RemoteCandidate& candidate : remote_candidates_) { in SetRemoteIceCredentials()
464 for (iter = remote_candidates_.begin(); iter != remote_candidates_.end(); in OnPortReady()
506 if (remote_candidates_.size() > 0) { in OnUnknownAddress()
507 it = remote_candidates_.begin(); in OnUnknownAddress()
509 for (; it != remote_candidates_.end(); ++it) { in OnUnknownAddress()
519 for (it = remote_candidates_.begin(); it != remote_candidates_.end(); ++it) { in OnUnknownAddress()
834 for (size_t i = 0; i < remote_candidates_.size(); ++i) { in IsDuplicateRemoteCandidate()
835 if (remote_candidates_[i].IsEquivalent(candidate)) { in IsDuplicateRemoteCandidate()
848 while (i < remote_candidates_.size()) { in RememberRemoteCandidate()
849 if (remote_candidates_[i].generation() < remote_candidate.generation()) { in RememberRemoteCandidate()
[all …]
Dp2ptransportchannel.h183 return remote_candidates_; in remote_candidates()
279 std::vector<RemoteCandidate> remote_candidates_; variable
Dfaketransportcontroller.h222 remote_candidates_.push_back(candidate); in AddRemoteCandidate()
224 const Candidates& remote_candidates() const { return remote_candidates_; } in remote_candidates()
320 Candidates remote_candidates_; variable