Home | History | Annotate | Download | only in base

Lines Matching refs:origin_port

33                                          cricket::PortInterface* origin_port) {
34 if (!origin_port)
36 else if (port == origin_port)
466 CreateConnection(port, *iter, iter->origin_port());
718 PortInterface* origin_port) {
727 // This only applies to candidates received over signaling (i.e. origin_port
729 if (!origin_port && IsDuplicateRemoteCandidate(remote_candidate)) {
742 if (CreateConnection(*it, remote_candidate, origin_port)) {
743 if (*it == origin_port)
748 if ((origin_port != NULL) &&
749 std::find(ports_.begin(), ports_.end(), origin_port) == ports_.end()) {
750 if (CreateConnection(origin_port, remote_candidate, origin_port))
755 RememberRemoteCandidate(remote_candidate, origin_port);
764 PortInterface* origin_port) {
785 PortInterface::CandidateOrigin origin = GetOrigin(port, origin_port);
844 const Candidate& remote_candidate, PortInterface* origin_port) {
865 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port));