Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc79 static void shut_down_rust_module_async() {} in shut_down_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.cc191 static void shut_down_rust_module_async() { in shut_down_rust_module_async() function
475 clean_up_stack, start_up_rust_module_async, shut_down_rust_module_async,
Dbluetooth.cc519 static void stop_rust_module(void) { stack_manager_get_interface()->shut_down_rust_module_async(); } in stop_rust_module()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dstack_manager_t.h38 void (*shut_down_rust_module_async)(); member