Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc509 static void start_rust_module(void) { in start_rust_module() function
1244 .start_rust_module = start_rust_module,
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h718 void (*start_rust_module)(void); member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1306 btIf->start_rust_module(); in initializeNative()