Home
last modified time | relevance | path

Searched refs:ValidateIceConfig (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.h129 static webrtc::RTCError ValidateIceConfig(const IceConfig& config);
Dp2p_transport_channel.cc164 RTC_DCHECK(ValidateIceConfig(config_).ok()); in P2PTransportChannel()
739 RTC_DCHECK(ValidateIceConfig(config_).ok()); in SetIceConfig()
750 RTCError P2PTransportChannel::ValidateIceConfig(const IceConfig& config) { in ValidateIceConfig() function in cricket::P2PTransportChannel
/external/webrtc/pc/
Dpeer_connection.cc1378 return cricket::P2PTransportChannel::ValidateIceConfig( in ValidateConfiguration()