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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 103 virtual bool IsDtlsActive() const {
transportchannelproxy.cc 130 bool TransportChannelProxy::IsDtlsActive() const {
135 return impl_->IsDtlsActive();
dtlstransportchannel.h 134 virtual bool IsDtlsActive() const { return dtls_state_ != STATE_NONE; }
fakesession.h 206 bool IsDtlsActive() const {

Completed in 273 milliseconds