HomeSort by relevance Sort by last modified time
    Searched refs:IceConfig (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/p2p/base/
transport.h 141 struct IceConfig {
183 void SetIceConfig(const IceConfig& config);
312 IceConfig ice_config_;
transportchannelimpl.h 62 virtual void SetIceConfig(const IceConfig& config) = 0;
transportcontroller.h 48 void SetIceConfig(const IceConfig& config);
157 void SetIceConfig_w(const IceConfig& config);
209 IceConfig ice_config_;
dtlstransportchannel.h 194 void SetIceConfig(const IceConfig& config) override {
p2ptransportchannel.h 93 void SetIceConfig(const IceConfig& config) override;
transportcontroller.cc 59 void TransportController::SetIceConfig(const IceConfig& config) {
331 void TransportController::SetIceConfig_w(const IceConfig& config) {
transport.cc 89 void Transport::SetIceConfig(const IceConfig& config) {
faketransportcontroller.h 187 void SetIceConfig(const IceConfig& config) override {
transportcontroller_unittest.cc 137 cricket::IceConfig CreateIceConfig(int receiving_timeout_ms,
139 cricket::IceConfig config;
p2ptransportchannel_unittest.cc 103 static cricket::IceConfig CreateIceConfig(int receiving_timeout_ms,
106 cricket::IceConfig config;
    [all...]
p2ptransportchannel.cc 373 void P2PTransportChannel::SetIceConfig(const IceConfig& config) {
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 230 cricket::IceConfig ParseIceConfig(
233 void SetIceConfig(const cricket::IceConfig& ice_config);
webrtcsession.cc     [all...]

Completed in 73 milliseconds