Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/service/src/
Dmain.rs39 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()
/system/bt/gd/rust/linux/adapter/src/
Dmain.rs38 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()
/system/bt/gd/rust/topshim/src/
Dtopstack.rs21 pub fn get_runtime() -> Arc<Runtime> { in get_runtime() function
/system/bt/gd/rust/shim/src/
Dstack.rs64 stack.get_runtime(), in get_hci()
/system/bt/gd/rust/main/src/
Dlib.rs84 pub fn get_runtime(&self) -> Arc<Runtime> { in get_runtime() method
/system/bt/gd/rust/linux/stack/btif_macros/src/
Dlib.rs99 topstack::get_runtime().spawn(async move { in btif_callbacks_generator()
/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs170 topstack::get_runtime().spawn(async move { in register_callback()
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs449 bt_topshim::topstack::get_runtime().spawn(async move { in dbus_proxy_obj()