Searched refs:RelayType (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | portallocator.h | 92 RelayServerConfig(RelayType type) : type(type), priority(0) {} in RelayServerConfig() 105 RelayType type;
|
D | port_unittest.cc | 401 void TestLocalToRelay(RelayType rtype, ProtocolType proto) { in TestLocalToRelay() 430 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) { in TestStunToRelay() 446 void TestTcpToRelay(RelayType rtype, ProtocolType proto) { in TestTcpToRelay() 454 void TestSslTcpToRelay(RelayType rtype, ProtocolType proto) { in TestSslTcpToRelay() 489 Port* CreateRelayPort(const SocketAddress& addr, RelayType rtype, in CreateRelayPort() 543 static const char* RelayName(RelayType type, ProtocolType proto) { in RelayName()
|
D | port.h | 76 enum RelayType { enum
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.h | 232 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const; 236 RelayType turn_type, ProtocolType type) const;
|
D | basicportallocator.cc | 1173 bool PortConfiguration::SupportsProtocol(RelayType turn_type, in SupportsProtocol() 1184 RelayType turn_type, ProtocolType type) const { in GetRelayServerAddresses()
|