Searched defs:remove_session (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/virtio-media/device/src/ |
H A D | poll.rs | 24 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 D | media.rs | 409 fn remove_session(&self, session: BorrowedFd) { in remove_session() method
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_session.cc | 754 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 D | ssl_session.cc | 754 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/ |
D | ssl_session.cc | 756 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/ |
D | ssl_session.cc | 756 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/ |
D | mod.rs | 1931 pub unsafe fn remove_session(&self, session: &SslSessionRef) -> bool { in remove_session() method
|