Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/service/src/
H A Dmain.rs2 use bt_topshim::topstack;
39 topstack::get_runtime().block_on(async { in main()
45 topstack::get_runtime().spawn(async { in main()
58 topstack::get_runtime().spawn(x); in main()
65 topstack::get_runtime().spawn(Stack::dispatch(rx, bluetooth.clone())); in main()
/aosp12/system/bt/gd/rust/linux/adapter/src/
H A Dmain.rs3 use bt_topshim::topstack;
38 topstack::get_runtime().spawn(async move { in make_context()
44 topstack::get_runtime().spawn(async move { in make_context()
50 topstack::get_runtime().spawn(async move { in make_context()
56 topstack::get_runtime().spawn(async move { in make_context()
62 topstack::get_runtime().spawn(async move { in make_context()
168 topstack::get_runtime().block_on(async move { in main()
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs5 use bt_topshim::topstack;
170 topstack::get_runtime().spawn(async move { in register_callback()
/aosp12/system/bt/gd/rust/topshim/src/
H A Dlib.rs8 pub mod topstack; module
/aosp12/system/bt/gd/rust/linux/stack/btif_macros/src/
H A Dlib.rs99 topstack::get_runtime().spawn(async move { in btif_callbacks_generator()
/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
H A Dlib.rs449 bt_topshim::topstack::get_runtime().spawn(async move { in dbus_proxy_obj()