Home
last modified time | relevance | path

Searched refs:ORIGIN_OTHER_PORT (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dport_interface.h74 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Dtcp_port.cc134 if (origin == ORIGIN_OTHER_PORT) in CreateConnection()
Dp2p_transport_channel.cc48 return cricket::PortInterface::ORIGIN_OTHER_PORT; in GetOrigin()