Home | History | Annotate | Download | only in base

Lines Matching refs:PortInterface

46 #include "talk/p2p/base/portinterface.h"
57 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
60 PortInterface* origin_port() { return origin_port_; }
63 PortInterface* origin_port_;
107 const std::vector<PortInterface *>& ports() { return ports_; }
186 PortInterface* origin_port, bool readable);
187 bool CreateConnection(PortInterface* port, const Candidate& remote_candidate,
188 PortInterface* origin_port, bool readable);
194 PortInterface* origin_port);
201 void OnPortReady(PortAllocatorSession *session, PortInterface* port);
205 void OnUnknownAddress(PortInterface* port,
211 void OnPortDestroyed(PortInterface* port);
212 void OnRoleConflict(PortInterface* port);
233 std::vector<PortInterface *> ports_;