Home
last modified time | relevance | path

Searched refs:stop_rust_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc519 static void stop_rust_module(void) { stack_manager_get_interface()->shut_down_rust_module_async(); } in stop_rust_module() function
1245 .stop_rust_module = stop_rust_module,
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h721 void (*stop_rust_module)(void); member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1325 btIf->stop_rust_module(); in cleanupNative()