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

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h249 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
253 RelayType turn_type, ProtocolType type) const;
H A Dbasicportallocator.cc1183 bool PortConfiguration::SupportsProtocol(RelayType turn_type, argument
1186 if (relays[i].type == turn_type &&
1194 RelayType turn_type, ProtocolType type) const {
1197 if (relays[i].type == turn_type && SupportsProtocol(relays[i], type)) {
1193 GetRelayServerAddresses( RelayType turn_type, ProtocolType type) const argument

Completed in 82 milliseconds