Home
last modified time | relevance | path

Searched defs:IsDtlsActive (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelproxy.cc139 bool TransportChannelProxy::IsDtlsActive() const { in IsDtlsActive() function in cricket::TransportChannelProxy
Ddtlstransportchannel.h139 virtual bool IsDtlsActive() const { return dtls_state_ != STATE_NONE; } in IsDtlsActive() function
Dp2ptransportchannel.h112 virtual bool IsDtlsActive() const { return false; } in IsDtlsActive() function
Drawtransportchannel.h114 virtual bool IsDtlsActive() const { return false; } in IsDtlsActive() function
Dfakesession.h235 virtual bool IsDtlsActive() const { in IsDtlsActive() function
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.cc1035 static bool IsDtlsActive( in IsDtlsActive() function