Searched defs:origin_port (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h57 RemoteCandidate(const Candidate& c, PortInterface* origin_port) argument
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);
H A Dp2ptransportchannel.cc64 cricket::PortInterface* origin_port) {
65 if (!origin_port)
67 else if (port == origin_port)
386 CreateConnection(port, *iter, iter->origin_port(), false);
633 PortInterface* origin_port,
657 // This only applies to candidates received over signaling (i.e. origin_port
659 if (!origin_port && IsDuplicateRemoteCandidate(new_remote_candidate)) {
672 if (CreateConnection(*it, new_remote_candidate, origin_port, readable)) {
673 if (*it == origin_port)
678 if ((origin_port !
63 GetOrigin(cricket::PortInterface* port, cricket::PortInterface* origin_port) argument
632 CreateConnections(const Candidate& remote_candidate, PortInterface* origin_port, bool readable) argument
693 CreateConnection(PortInterface* port, const Candidate& remote_candidate, PortInterface* origin_port, bool readable) argument
770 RememberRemoteCandidate( const Candidate& remote_candidate, PortInterface* origin_port) argument
[all...]

Completed in 278 milliseconds