Home
last modified time | relevance | path

Searched defs:dtls_enabled (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Dpeer_connection.h335 bool dtls_enabled() const override { in dtls_enabled() function
Dwebrtc_session_description_factory.cc106 bool dtls_enabled, in WebRtcSessionDescriptionFactory()
Dpeer_connection.cc460 bool dtls_enabled = DtlsEnabled(configuration, options, dependencies); in Create() local
504 bool dtls_enabled) in PeerConnection()
2821 bool dtls_enabled, in ReportNegotiatedCiphers()
Dsdp_offer_answer.cc322 bool dtls_enabled, in VerifyCrypto()
/external/webrtc/pc/test/
Dfake_peer_connection_base.h310 bool dtls_enabled() const override { return false; } in dtls_enabled() function