Searched refs:SupportsProtocol (Results 1 – 2 of 2) sorted by relevance
247 bool SupportsProtocol(const RelayServerConfig& relay,249 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
931 config_->SupportsProtocol(RELAY_TURN, PROTO_UDP)) {1171 bool PortConfiguration::SupportsProtocol( function in cricket::PortConfiguration1183 bool PortConfiguration::SupportsProtocol(RelayType turn_type, function in cricket::PortConfiguration1187 SupportsProtocol(relays[i], type))1197 if (relays[i].type == turn_type && SupportsProtocol(relays[i], type)) {