Searched refs:topstack (Results 1 – 18 of 18) sorted by relevance
3 use bt_topshim::topstack;125 topstack::get_runtime().spawn_blocking(move || { in create()
25 pub mod topstack; module
6 use crate::topstack::get_dispatchers;
16 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()
35 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 …]
20 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 …]
17 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()
2 use crate::topstack::get_dispatchers;
5 use crate::topstack::get_dispatchers;
8 use crate::topstack::get_dispatchers;
13 use crate::topstack::get_dispatchers;
28 use bt_topshim::{btif::RawAddress, topstack};371 topstack::get_runtime().block_on(async move { in main()