Searched defs:GetIceProtocolType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h199 virtual bool GetIceProtocolType(IceProtocolType* type) const { function in class:cricket::DtlsTransportChannelWrapper
200 return channel_->GetIceProtocolType(type);
H A Drawtransportchannel.h101 virtual bool GetIceProtocolType(IceProtocolType* type) const { return false; } function in class:cricket::RawTransportChannel
H A Dfakesession.h106 virtual bool GetIceProtocolType(IceProtocolType* type) const { function in class:cricket::FakeTransportChannel
H A Dp2ptransportchannel.cc240 bool P2PTransportChannel::GetIceProtocolType(IceProtocolType* type) const { function in class:cricket::P2PTransportChannel

Completed in 759 milliseconds