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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelimpl.h58 virtual bool GetIceProtocolType(IceProtocolType* type) const = 0;
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 Dp2ptransportchannel.h83 virtual bool GetIceProtocolType(IceProtocolType* type) const;
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
H A Dtransport.cc810 if (ch->GetIceProtocolType(&protocol_type) &&

Completed in 128 milliseconds