Home
last modified time | relevance | path

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

/aosp12/system/bt/btcore/src/
H A Dhal_util.cc35 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
72 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
/aosp12/system/bt/service/test/
H A Dfake_hal_util.cc25 int hal_util_load_bt_library(const bt_interface_t** interface) { return -1; } in hal_util_load_bt_library() function
/aosp12/system/bt/btcore/include/
H A Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc268 int status = hal_util_load_bt_library(&interface); in Initialize()
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc201 if (!hal_util_load_bt_library(&intf_)) { in Initialize()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp779 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library() function
863 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) { in classInitNative()