Home
last modified time | relevance | path

Searched defs:remove_session (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/virtio-media/device/src/
H A Dpoll.rs24 fn remove_session(&self, session: BorrowedFd); in remove_session() method
35 fn remove_session(&self, _session: BorrowedFd) { in remove_session() method
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dmedia.rs409 fn remove_session(&self, session: BorrowedFd) { in remove_session() method
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_session.cc754 static bool remove_session(SSL_CTX *ctx, SSL_SESSION *session, bool lock) { in remove_session() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_session.cc754 static bool remove_session(SSL_CTX *ctx, SSL_SESSION *session, bool lock) { in remove_session() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_session.cc756 static bool remove_session(SSL_CTX *ctx, SSL_SESSION *session, bool lock) { in remove_session() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_session.cc756 static bool remove_session(SSL_CTX *ctx, SSL_SESSION *session, bool lock) { in remove_session() function
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs1931 pub unsafe fn remove_session(&self, session: &SslSessionRef) -> bool { in remove_session() method