Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Ddtls_srtp_transport.cc108 bool DtlsSrtpTransport::IsDtlsActive() { in IsDtlsActive() function in webrtc::DtlsSrtpTransport
H A Dmedia_session.cc1504 static bool IsDtlsActive(const ContentInfo* content, in IsDtlsActive() function
/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_dtls_transport.h181 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive() function
H A Ddtls_transport.cc163 bool DtlsTransport::IsDtlsActive() const { in IsDtlsActive() function in cricket::DtlsTransport