Searched refs:StoreCallbacksFromRust (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | ffi.cc | 830 void bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust(::rust::Fn<void(::std::uint8_t, ::std… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust() 831 …StoreCallbacksFromRust$)(::rust::Fn<void(::std::uint8_t, ::std::uint8_t)>, ::rust::Fn<void(::std::… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust() 832 …StoreCallbacksFromRust$(on_le_connect, on_le_disconnect, intercept_packet, on_outgoing_mtu_req, on… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust() 835 void bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_connect$1(::std::uint8_t tcb_id… 837 void bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_connect$0(::std::uint8_t tcb_id… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_connect$0() 838 …bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_connect$1(tcb_idx, advertiser, exte… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_connect$0() 841 void bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_disconnect$1(::std::uint8_t tcb… 843 void bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_disconnect$0(::std::uint8_t tcb… in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_disconnect$0() 844 bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_disconnect$1(tcb_idx, extern$); in bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$on_le_disconnect$0() 847 …shim::arbiter::InterceptAction bluetooth$shim$arbiter$cxxbridge1$StoreCallbacksFromRust$intercept_… [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | arbiter.rs | 13 ffi::{InterceptAction, StoreCallbacksFromRust}, 29 StoreCallbacksFromRust( in initialize_arbiter()
|
D | ffi.rs | 150 fn StoreCallbacksFromRust( in StoreCallbacksFromRust() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/arbiter/ |
D | acl_arbiter.h | 58 void StoreCallbacksFromRust(
|
D | acl_arbiter.cc | 125 void StoreCallbacksFromRust( in StoreCallbacksFromRust() function
|