Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.h247 bool SupportsProtocol(const RelayServerConfig& relay,
249 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
Dbasicportallocator.cc931 config_->SupportsProtocol(RELAY_TURN, PROTO_UDP)) {
1171 bool PortConfiguration::SupportsProtocol( function in cricket::PortConfiguration
1183 bool PortConfiguration::SupportsProtocol(RelayType turn_type, function in cricket::PortConfiguration
1187 SupportsProtocol(relays[i], type))
1197 if (relays[i].type == turn_type && SupportsProtocol(relays[i], type)) {