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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 54 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
55 : Candidate(c), origin_port_(origin_port) {}
57 PortInterface* origin_port() { return origin_port_; } function in class:cricket::RemoteCandidate
204 PortInterface* origin_port);
207 PortInterface* origin_port);
213 PortInterface* origin_port);
p2ptransportchannel.cc 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) &
    [all...]

Completed in 196 milliseconds