Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dportinterface.h70 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Dtcpport.cc140 if (origin == ORIGIN_OTHER_PORT) in CreateConnection()
Dp2ptransportchannel.cc39 return cricket::PortInterface::ORIGIN_OTHER_PORT; in GetOrigin()