Home
last modified time | relevance | path

Searched defs:srtp_cipher_suite (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/api/
H A Ddtls_transport_interface.cc26 absl::optional<int> srtp_cipher_suite, in DtlsTransportInformation()
40 absl::optional<int> srtp_cipher_suite, in DtlsTransportInformation()
H A Ddtls_transport_interface.h77 absl::optional<int> srtp_cipher_suite() const { return srtp_cipher_suite_; } in srtp_cipher_suite() function