Home
last modified time | relevance | path

Searched defs:start_up_rust_module_async (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h37 void (*start_up_rust_module_async)(std::promise<void> promise); member
/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
/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