Home | History | Annotate | Download | only in base

Lines Matching refs:PortInterface

63 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port,
64 cricket::PortInterface* origin_port) {
66 return cricket::PortInterface::ORIGIN_MESSAGE;
68 return cricket::PortInterface::ORIGIN_THIS_PORT;
70 return cricket::PortInterface::ORIGIN_OTHER_PORT;
222 for (std::vector<PortInterface *>::iterator it = ports_.begin();
249 for (std::vector<PortInterface *>::iterator it = ports_.begin();
351 PortInterface* port) {
409 PortInterface* port,
545 new_remote_candidate, cricket::PortInterface::ORIGIN_THIS_PORT);
587 void P2PTransportChannel::OnRoleConflict(PortInterface* port) {
633 PortInterface* origin_port,
670 std::vector<PortInterface *>::reverse_iterator it;
693 bool P2PTransportChannel::CreateConnection(PortInterface* port,
695 PortInterface* origin_port,
712 PortInterface::CandidateOrigin origin = GetOrigin(port, origin_port);
716 if (origin == cricket::PortInterface::ORIGIN_MESSAGE && incoming_only_)
771 const Candidate& remote_candidate, PortInterface* origin_port) {
1258 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) {
1262 std::vector<PortInterface*>::iterator iter =