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

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

Completed in 71 milliseconds