Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs4 use bt_topshim::btif::{BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BtIoCap};
27 ) -> BaseCallbacksDispatcher { in get_bt_dispatcher() argument
28 BaseCallbacksDispatcher { in get_bt_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1065 pub struct BaseCallbacksDispatcher { struct
1069 type BaseCb = Arc<Mutex<BaseCallbacksDispatcher>>; argument
1217 callbacks: BaseCallbacksDispatcher, in initialize() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs4 BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BluetoothProperty, BtAclState,
1537 pub fn get_bt_dispatcher(tx: Sender<Message>) -> BaseCallbacksDispatcher { in get_bt_dispatcher() argument
1538 BaseCallbacksDispatcher { in get_bt_dispatcher()