Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duhid_hfp.rs3 use bt_topshim::topstack;
125 topstack::get_runtime().spawn_blocking(move || { in create()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dlib.rs25 pub mod topstack; module
Dbtif.rs6 use crate::topstack::get_dispatchers;
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs16 use bt_topshim::{btif::get_btinterface, topstack};
185 topstack::get_runtime().block_on(async { in main()
200 topstack::get_runtime().spawn(Stack::dispatch( in main()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs35 use bt_topshim::{metrics, topstack};
816 topstack::get_runtime().spawn(async move { in dispatch_csis_callbacks()
1261 topstack::get_runtime().spawn(async move { in disconnect_device()
2264 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2352 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2365 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2376 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2394 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2433 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
3035 topstack::get_runtime().spawn(async move { in get_a2dp_dispatcher()
[all …]
Dbluetooth.rs20 topstack,
848 topstack::get_runtime().spawn(async move { in init_profiles()
859 topstack::get_runtime().spawn(async move { in init_profiles()
1541 topstack::get_runtime().spawn(async move { in get_bt_dispatcher()
2770 topstack::get_runtime().spawn(async move { in connect_all_enabled_profiles()
2785 topstack::get_runtime().spawn(async move { in connect_all_enabled_profiles()
2804 topstack::get_runtime().spawn(async move { in connect_all_enabled_profiles()
2888 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
2905 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
2915 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
[all …]
Dbluetooth_gatt.rs17 use bt_topshim::topstack;
1507 topstack::get_runtime().spawn(async move { in init_profiles()
1517 topstack::get_runtime().spawn(async move { in init_profiles()
1527 topstack::get_runtime().spawn(async move { in init_profiles()
1537 topstack::get_runtime().spawn(async move { in init_profiles()
1547 topstack::get_runtime().spawn(async move { in init_profiles()
1557 topstack::get_runtime().spawn(async move { in init_profiles()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs2 use crate::topstack::get_dispatchers;
Dhf_client.rs5 use crate::topstack::get_dispatchers;
Dvc.rs2 use crate::topstack::get_dispatchers;
Davrcp.rs2 use crate::topstack::get_dispatchers;
Dhid_host.rs8 use crate::topstack::get_dispatchers;
Da2dp.rs2 use crate::topstack::get_dispatchers;
Dhfp.rs2 use crate::topstack::get_dispatchers;
Dle_audio.rs2 use crate::topstack::get_dispatchers;
Dsdp.rs13 use crate::topstack::get_dispatchers;
Dgatt.rs8 use crate::topstack::get_dispatchers;
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs28 use bt_topshim::{btif::RawAddress, topstack};
371 topstack::get_runtime().block_on(async move { in main()