Searched defs:SetIceConfig (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/p2p/base/ | ||
D | dtlstransportchannel.h | 194 void SetIceConfig(const IceConfig& config) override { in SetIceConfig() function |
D | transport.cc | 89 void Transport::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::Transport |
D | transportcontroller.cc | 59 void TransportController::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::TransportController |
D | faketransportcontroller.h | 187 void SetIceConfig(const IceConfig& config) override { in SetIceConfig() function |
D | p2ptransportchannel.cc | 373 void P2PTransportChannel::SetIceConfig(const IceConfig& config) { in SetIceConfig() function in cricket::P2PTransportChannel |
/external/webrtc/talk/app/webrtc/ | ||
D | webrtcsession.cc | 1260 void WebRtcSession::SetIceConfig(const cricket::IceConfig& config) { in SetIceConfig() function in webrtc::WebRtcSession |