Home
last modified time | relevance | path

Searched refs:LeAclManagerCallbackShim (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/
Dffi.rs64 callbacks: Box<LeAclManagerCallbackShim>, in unchecked_register_rust_callbacks() argument
70 type LeAclManagerCallbackShim; typedef
98 callbacks: Box<LeAclManagerCallbackShim>, in register_rust_callbacks() argument
100 Box<LeAclManagerCallbackShim>: Send + Sync, in register_rust_callbacks()
113 pub struct LeAclManagerCallbackShim( struct
117 impl LeAclManagerCallbackShim { impl
148 self.0.pin_mut().register_rust_callbacks(Box::new(LeAclManagerCallbackShim(tx))); in register_callbacks()
/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc38 struct LeAclManagerCallbackShim { struct
50 using BoxedLeAclManagerCallbackShim = std::unique_ptr<LeAclManagerCallbackShim>;
54 using BoxedLeAclManagerCallbackShim = ::rust::Box<LeAclManagerCallbackShim>;
Dconnection_shim.h28 struct LeAclManagerCallbackShim;
40 void RegisterRustCallbacks(::rust::Box<LeAclManagerCallbackShim> callbacks);