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