Home
last modified time | relevance | path

Searched refs:bt_interface_t (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/Bluetooth/system/btcore/src/
Dhal_util.cc27 extern bt_interface_t bluetoothInterface;
29 int hal_util_load_bt_library(const bt_interface_t** interface) { in hal_util_load_bt_library()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc70 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpSinkProfile()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc28 extern bt_interface_t bluetoothInterface;
114 const bt_interface_t* BluetoothTest::bt_interface() { in bt_interface()
Dbluetooth_test.h83 const bt_interface_t* bt_interface();
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp87 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
125 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
128 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hearing_aid.cpp92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
129 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_a2dp_sink.cpp116 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
156 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_csip_set_coordinator.cpp159 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
196 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth.h131 const bt_interface_t* getBluetoothInterface();
Dcom_android_bluetooth_pan.cpp89 static const bt_interface_t* btIf;
Dcom_android_bluetooth_le_audio.cpp412 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
457 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
1213 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterInitNative()
1307 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterStopNative()
1323 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterCleanupNative()
Dcom_android_bluetooth_vc.cpp208 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hid_host.cpp211 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative()
249 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_a2dp.cpp258 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
317 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_sdp.cpp54 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative()
464 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hap_client.cpp306 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
352 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc268 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpProfile()
342 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetAvrcpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc136 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetCsisClientProfile()
/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/fuzzer/
Dbtcore_module_fuzzer.cpp35 const bt_interface_t* interface; in process()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc158 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetVolumeControlProfile()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.h29 extern bt_interface_t bluetoothInterface;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc425 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetHfpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc443 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetLeAudioClientProfile()

12