Searched refs:SetRemoteIceMode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelimpl.h70 // SetRemoteIceMode must be implemented only by the ICE transport channels.
71 virtual void SetRemoteIceMode(IceMode mode) = 0;
H A Ddtlstransportchannel.h213 virtual void SetRemoteIceMode(IceMode mode) { function in class:cricket::DtlsTransportChannelWrapper
214 channel_->SetRemoteIceMode(mode);
H A Drawtransportchannel.h106 virtual void SetRemoteIceMode(IceMode mode) {} function in class:cricket::RawTransportChannel
H A Dp2ptransportchannel.h89 virtual void SetRemoteIceMode(IceMode mode);
H A Dfakesession.h122 virtual void SetRemoteIceMode(IceMode mode) { remote_ice_mode_ = mode; } function in class:cricket::FakeTransportChannel
H A Dtransport.cc732 iter->second->SetRemoteIceMode(remote_ice_mode_);
830 channel->SetRemoteIceMode(remote_ice_mode_);
H A Dp2ptransportchannel.cc295 void P2PTransportChannel::SetRemoteIceMode(IceMode mode) { function in class:cricket::P2PTransportChannel

Completed in 514 milliseconds