Home
last modified time | relevance | path

Searched refs:turn_type (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h232 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
236 RelayType turn_type, ProtocolType type) const;
Dbasicportallocator.cc1173 bool PortConfiguration::SupportsProtocol(RelayType turn_type, in SupportsProtocol() argument
1176 if (relays[i].type == turn_type && in SupportsProtocol()
1184 RelayType turn_type, ProtocolType type) const { in GetRelayServerAddresses() argument
1187 if (relays[i].type == turn_type && SupportsProtocol(relays[i], type)) { in GetRelayServerAddresses()