Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/service/test/
Dfake_hal_util.cc25 int hal_util_load_bt_library(const bt_interface_t** interface) { return -1; } in hal_util_load_bt_library() function
/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.cc34 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.cpp881 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
982 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in classInitNative()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1050 if bindings::hal_util_load_bt_library(&mut ifptr) == 0 { in get_btinterface()