Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs89 type DynRustBluetoothChipCallbacks; typedef
93 fn tick(dyn_callbacks: &mut DynRustBluetoothChipCallbacks); in tick() argument
98 dyn_callbacks: &mut DynRustBluetoothChipCallbacks, in receive_link_layer_packet() argument
177 callbacks: Box<DynRustBluetoothChipCallbacks>, in AddRustDevice() argument
327 type DynRustBluetoothChipCallbacks = Box<dyn RustBluetoothChipCallbacks>; typedef
329 fn tick(dyn_callbacks: &mut DynRustBluetoothChipCallbacks) { in tick() argument
334 dyn_callbacks: &mut DynRustBluetoothChipCallbacks, in receive_link_layer_packet() argument
/aosp_15_r20/tools/netsim/src/hci/
H A Drust_device.h27 struct DynRustBluetoothChipCallbacks;
32 RustDevice(rust::Box<DynRustBluetoothChipCallbacks> callbacks, in RustDevice()
48 rust::Box<DynRustBluetoothChipCallbacks> callbacks_;
H A Dbluetooth_facade.h35 struct DynRustBluetoothChipCallbacks;
45 uint32_t chip_id, rust::Box<DynRustBluetoothChipCallbacks> callbacks,
H A Dbluetooth_facade.cc418 uint32_t chip_id, rust::Box<DynRustBluetoothChipCallbacks> callbacks, in AddRustDevice()