Searched refs:IsDtlsActive (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.h100 virtual bool IsDtlsActive() const = 0;
H A Dtransportchannelproxy.h73 virtual bool IsDtlsActive() const;
H A Dtransportchannelproxy.cc139 bool TransportChannelProxy::IsDtlsActive() const { function in class:cricket::TransportChannelProxy
144 return impl_->IsDtlsActive();
H A Drawtransportchannel.h114 virtual bool IsDtlsActive() const { return false; } function in class:cricket::RawTransportChannel
H A Ddtlstransportchannel.h139 virtual bool IsDtlsActive() const { return dtls_state_ != STATE_NONE; } function in class:cricket::DtlsTransportChannelWrapper
H A Dp2ptransportchannel.h112 virtual bool IsDtlsActive() const { return false; } function in class:cricket::P2PTransportChannel
H A Dfakesession.h235 virtual bool IsDtlsActive() const { function in class:cricket::FakeTransportChannel
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter_unittest.cc45 MOCK_CONST_METHOD0(IsDtlsActive, bool());
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc1040 static bool IsDtlsActive( function in namespace:cricket
1440 IsDtlsActive(CN_AUDIO, current_description) ?
1480 IsDtlsActive(CN_VIDEO, current_description) ?
1526 IsDtlsActive(CN_DATA, current_description) ?
H A Dchannel.cc773 if (!channel->IsDtlsActive())
877 *dtls = transport_channel_->IsDtlsActive();

Completed in 159 milliseconds