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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h 68 // SetRemoteIceMode must be implemented only by the ICE transport channels.
69 virtual void SetRemoteIceMode(IceMode mode) = 0;
rawtransportchannel.h 103 virtual void SetRemoteIceMode(IceMode mode) {}
dtlstransportchannel.h 207 virtual void SetRemoteIceMode(IceMode mode) {
208 channel_->SetRemoteIceMode(mode);
p2ptransportchannel.h 87 virtual void SetRemoteIceMode(IceMode mode);
fakesession.h 116 virtual void SetRemoteIceMode(IceMode mode) { remote_ice_mode_ = mode; }
transport.cc 604 iter->second->SetRemoteIceMode(remote_ice_mode_);
661 channel->SetRemoteIceMode(remote_ice_mode_);
p2ptransportchannel.cc 289 void P2PTransportChannel::SetRemoteIceMode(IceMode mode) {
    [all...]

Completed in 710 milliseconds