Home
last modified time | relevance | path

Searched refs:start_up_rust_module_async (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc77 static void start_up_rust_module_async(std::promise<void> /* promise */) {} in start_up_rust_module_async() function
85 clean_up_stack, start_up_rust_module_async, shut_down_rust_module_async,
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc186 static void start_up_rust_module_async(std::promise<void> promise) { in start_up_rust_module_async() function
475 clean_up_stack, start_up_rust_module_async, shut_down_rust_module_async,
Dbluetooth.cc512 stack_manager_get_interface()->start_up_rust_module_async(std::move(rust_up_promise)); in start_rust_module()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h37 void (*start_up_rust_module_async)(std::promise<void> promise); member