Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs133 topstack::get_runtime().block_on(async { in main()
229 topstack::get_runtime().spawn(Stack::dispatch( in main()
296 topstack::get_runtime().spawn(async move { in try_cleanup_stack()
310 topstack::get_runtime().spawn(async move { in try_cleanup_stack()
323 topstack::get_runtime().spawn(async move { in try_cleanup_stack()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs23 pub fn get_runtime() -> Arc<Runtime> { in get_runtime() function
/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/stack/src/
Dbluetooth_media.rs838 topstack::get_runtime().spawn(async move { in dispatch_csis_callbacks()
1321 topstack::get_runtime().spawn(async move { in disconnect_device()
2351 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2440 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2453 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2464 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2482 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
2521 let task = topstack::get_runtime().spawn(async move { in notify_media_capability_updated()
3437 let task = topstack::get_runtime().spawn(async move { in connect()
Dbluetooth.rs1424 topstack::get_runtime().spawn(async move { in connect_profiles_internal()
1439 topstack::get_runtime().spawn(async move { in connect_profiles_internal()
2840 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
2857 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
2875 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
2882 topstack::get_runtime().spawn(async move { in disconnect_all_enabled_profiles()
Dlib.rs211 bt_topshim::topstack::get_runtime().spawn(async move { in make_message_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs389 topstack::get_runtime().block_on(async move { in main()