Searched refs:get_runtime (Results 1 – 12 of 12) sorted by relevance
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()
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()
28 final Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime"); in main() local29 final Object runtime = get_runtime.invoke(null); in main()
21 pub fn get_runtime() -> Arc<Runtime> { in get_runtime() function
64 stack.get_runtime(), in get_hci()
84 pub fn get_runtime(&self) -> Arc<Runtime> { in get_runtime() method
99 topstack::get_runtime().spawn(async move { in btif_callbacks_generator()
170 topstack::get_runtime().spawn(async move { in register_callback()
449 bt_topshim::topstack::get_runtime().spawn(async move { in dbus_proxy_obj()
120 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime");121 sRuntime = get_runtime.invoke(null);
1397 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime"); in internalCreate() local1398 sRuntime = get_runtime.invoke(null); in internalCreate()
1493 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime");1494 runtime = get_runtime.invoke(null);