Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportchannel.h106 virtual bool IsDtlsActive() const = 0;
Ddtlstransportchannel.h103 bool IsDtlsActive() const override { return dtls_active_; } in IsDtlsActive() function
Dp2ptransportchannel.h115 bool IsDtlsActive() const override { return false; } in IsDtlsActive() function
Dfaketransportcontroller.h243 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive() function
/external/webrtc/talk/session/media/
Dmediasession.cc1149 static bool IsDtlsActive( in IsDtlsActive() function
1568 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddAudioContentForOffer()
1627 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddVideoContentForOffer()
1693 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddDataContentForOffer()
Dchannel.cc867 return transport_channel_ && transport_channel_->IsDtlsActive(); in ShouldSetupDtlsSrtp()
878 RTC_DCHECK(channel->IsDtlsActive()); in SetupDtlsSrtp()
1021 *dtls = transport_channel_->IsDtlsActive(); in CheckSrtpConfig()