Home
last modified time | relevance | path

Searched defs:LeAclManagerShim (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/
Dffi.rs23 unsafe impl Send for LeAclManagerShim {} implementation
44 type LeAclManagerShim; typedef
95 impl LeAclManagerShim { implementation
97 self: Pin<&mut LeAclManagerShim>, in register_rust_callbacks()
/packages/modules/Bluetooth/system/rust/src/core/
Dffi.rs81 type LeAclManagerShim = crate::connection::LeAclManagerShim; typedef
88 le_acl_manager: UniquePtr<LeAclManagerShim>, in start()
Dmod.rs23 le_acl_manager: UniquePtr<LeAclManagerShim>, in start()
/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc126 LeAclManagerShim::LeAclManagerShim() { in LeAclManagerShim() function in bluetooth::connection::LeAclManagerShim