Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc50 using BoxedLeAclManagerCallbackShim = std::unique_ptr<LeAclManagerCallbackShim>; typedef
54 using BoxedLeAclManagerCallbackShim = ::rust::Box<LeAclManagerCallbackShim>;
95 void RegisterRustCallbacks(BoxedLeAclManagerCallbackShim callbacks) { in RegisterRustCallbacks()
122 std::optional<BoxedLeAclManagerCallbackShim> callbacks_;
143 BoxedLeAclManagerCallbackShim callbacks) { in RegisterRustCallbacks()