Home
last modified time | relevance | path

Searched refs:hal_util_load_bt_library (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/
Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/src/
Dhal_util.cc29 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_module_fuzzer.cpp34 (void)hal_util_load_bt_library(&interface); in process()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1028 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
2373 if (hal_util_load_bt_library(&sBluetoothInterface)) { in register_com_android_bluetooth_btservice_AdapterService()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1490 if unsafe { bindings::hal_util_load_bt_library(&mut ifptr) } == 0 { in get_btinterface()