Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/btcore/src/
Dhal_util.cc24 extern bt_interface_t bluetoothInterface;
26 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/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp94 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
130 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp98 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
134 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hearing_aid.cpp102 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
139 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_a2dp_sink.cpp131 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
154 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_csip_set_coordinator.cpp168 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
205 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth.h125 const bt_interface_t* getBluetoothInterface();
Dcom_android_bluetooth_pan.cpp93 static const bt_interface_t* btIf;
Dcom_android_bluetooth_le_audio.cpp431 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
476 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
1183 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterInitNative()
1265 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterStopNative()
1280 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterCleanupNative()
Dcom_android_bluetooth_a2dp.cpp278 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
328 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hid_host.cpp213 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative()
249 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_hap_client.cpp319 const bt_interface_t* btInf = getBluetoothInterface(); in initNative()
363 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
Dcom_android_bluetooth_sdp.cpp62 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative()
487 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc284 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetA2dpProfile()
355 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetAvrcpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc128 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetCsisClientProfile()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc29 extern bt_interface_t bluetoothInterface;
129 const bt_interface_t* BluetoothTest::bt_interface() { return &bluetoothInterface; } in bt_interface()
Dbluetooth_test.h83 const bt_interface_t* bt_interface();
/packages/modules/Bluetooth/system/btcore/include/
Dhal_util.h23 int hal_util_load_bt_library(const bt_interface_t** interface);
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc193 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;
Dheadless.cc38 extern bt_interface_t bluetoothInterface;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc373 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.cc412 const bt_interface_t* btif_ = reinterpret_cast<const bt_interface_t*>(btif); in GetLeAudioClientProfile()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h1013 } bt_interface_t; typedef

12