HomeSort by relevance Sort by last modified time
    Searched defs:GetIceProtocolType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.h 101 virtual bool GetIceProtocolType(IceProtocolType* type) const { return false; }
dtlstransportchannel.h 199 virtual bool GetIceProtocolType(IceProtocolType* type) const {
200 return channel_->GetIceProtocolType(type);
fakesession.h 106 virtual bool GetIceProtocolType(IceProtocolType* type) const {
p2ptransportchannel.cc 240 bool P2PTransportChannel::GetIceProtocolType(IceProtocolType* type) const {
    [all...]

Completed in 56 milliseconds