Searched defs:IsDtlsActive (Results 1 – 4 of 4) sorted by relevance
106 bool DtlsSrtpTransport::IsDtlsActive() { in IsDtlsActive() function in webrtc::DtlsSrtpTransport
1329 static bool IsDtlsActive(const ContentInfo* content, in IsDtlsActive() function
172 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive() function
162 bool DtlsTransport::IsDtlsActive() const { in IsDtlsActive() function in cricket::DtlsTransport