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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 57 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
58 : Candidate(c), origin_port_(origin_port) {}
60 PortInterface* origin_port() { return origin_port_; } function in class:cricket::RemoteCandidate
186 PortInterface* origin_port, bool readable);
188 PortInterface* origin_port, bool readable);
194 PortInterface* origin_port);
p2ptransportchannel.cc 64 cricket::PortInterface* origin_port) {
65 if (!origin_port)
67 else if (port == origin_port)
385 CreateConnection(port, *iter, iter->origin_port(), false);
632 PortInterface* origin_port,
656 // This only applies to candidates received over signaling (i.e. origin_port
658 if (!origin_port && IsDuplicateRemoteCandidate(new_remote_candidate)) {
671 if (CreateConnection(*it, new_remote_candidate, origin_port, readable)) {
672 if (*it == origin_port)
677 if ((origin_port != NULL) &
    [all...]

Completed in 50 milliseconds