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);
|