Home
last modified time | relevance | path

Searched refs:get_runtime (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs24 pub fn get_runtime() -> Arc<Runtime> { in get_runtime() function
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs816 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()
3046 topstack::get_runtime().spawn(async move { in get_avrcp_dispatcher()
[all …]
Dbluetooth.rs848 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()
2935 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
[all …]
Dbluetooth_gatt.rs1507 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/linux/service/src/
Dmain.rs185 topstack::get_runtime().block_on(async { in main()
200 topstack::get_runtime().spawn(Stack::dispatch( in main()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duhid_hfp.rs125 topstack::get_runtime().spawn_blocking(move || { in create()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs371 topstack::get_runtime().block_on(async move { in main()