Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btcore/include/
Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/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
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_module_fuzzer.cpp36 (void)hal_util_load_bt_library(&interface); in process()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp989 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
2261 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in register_com_android_bluetooth_btservice_AdapterService()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1492 if bindings::hal_util_load_bt_library(&mut ifptr) == 0 { in get_btinterface()