Searched refs:BaseCallbacksDispatcher (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | adapter_service.rs | 4 use bt_topshim::btif::{BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BtIoCap}; 26 ) -> BaseCallbacksDispatcher { in get_bt_dispatcher() argument 27 BaseCallbacksDispatcher { in get_bt_dispatcher()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1069 pub struct BaseCallbacksDispatcher { struct 1073 type BaseCb = Arc<Mutex<BaseCallbacksDispatcher>>; argument 1219 pub fn initialize(&mut self, callbacks: BaseCallbacksDispatcher, hci_index: i32) -> bool { in initialize() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 4 BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BluetoothProperty, BtAclState, 1621 pub fn get_bt_dispatcher(tx: Sender<Message>) -> BaseCallbacksDispatcher { in get_bt_dispatcher() argument 1622 BaseCallbacksDispatcher { dispatch: make_message_dispatcher(tx, Message::Base) } in get_bt_dispatcher()
|