/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_BluetoothQualityReport.cpp | 87 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 88 if (btInf == nullptr) { in initNative() 112 (BluetoothQualityReportInterface*)btInf->get_profile_interface(BT_BQR_ID); in initNative() 125 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 126 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 93 if (btInf == nullptr) { in initNative() 115 (BluetoothKeystoreInterface*)btInf->get_profile_interface(BT_KEYSTORE_ID); in initNative() 128 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 129 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_hearing_aid.cpp | 92 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 93 if (btInf == nullptr) { in initNative() 115 sHearingAidInterface = (HearingAidInterface*)btInf->get_profile_interface( in initNative() 129 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 130 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_a2dp_sink.cpp | 116 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 117 if (btInf == NULL) { in initNative() 135 (btav_sink_interface_t*)btInf->get_profile_interface( in initNative() 156 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 158 if (btInf == NULL) { in cleanupNative()
|
D | com_android_bluetooth_csip_set_coordinator.cpp | 159 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 160 if (btInf == nullptr) { in initNative() 182 sCsisClientInterface = (CsisClientInterface*)btInf->get_profile_interface( in initNative() 196 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 197 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_vc.cpp | 208 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 209 if (btInf == nullptr) { in initNative() 232 (VolumeControlInterface*)btInf->get_profile_interface(BT_PROFILE_VC_ID); in initNative() 245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 246 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_le_audio.cpp | 412 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 413 if (btInf == nullptr) { in initNative() 439 (LeAudioClientInterface*)btInf->get_profile_interface( in initNative() 457 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 458 if (btInf == nullptr) { in cleanupNative() 1213 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterInitNative() local 1214 if (btInf == nullptr) { in BroadcasterInitNative() 1293 (LeAudioBroadcasterInterface*)btInf->get_profile_interface( in BroadcasterInitNative() 1307 const bt_interface_t* btInf = getBluetoothInterface(); in BroadcasterStopNative() local 1308 if (btInf == nullptr) { in BroadcasterStopNative() [all …]
|
D | com_android_bluetooth_hid_host.cpp | 211 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local 212 if (btInf == NULL) { in initializeNative() 230 (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative() 249 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 251 if (btInf == NULL) { in cleanupNative()
|
D | com_android_bluetooth_a2dp.cpp | 258 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 259 if (btInf == nullptr) { in initNative() 289 (btav_source_interface_t*)btInf->get_profile_interface( in initNative() 317 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 318 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_sdp.cpp | 54 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local 56 if (btInf == NULL) { in initializeNative() 66 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative() 464 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 466 if (btInf == NULL) { in cleanupNative()
|
D | com_android_bluetooth_hap_client.cpp | 306 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 307 if (btInf == nullptr) { in initNative() 337 sHasClientInterface = (HasClientInterface*)btInf->get_profile_interface( in initNative() 352 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 353 if (btInf == nullptr) { in cleanupNative()
|
D | com_android_bluetooth_hfpclient.cpp | 435 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local 436 if (btInf == NULL) { in initializeNative() 454 (bthf_client_interface_t*)btInf->get_profile_interface( in initializeNative() 477 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 478 if (btInf == NULL) { in cleanupNative()
|
D | com_android_bluetooth_hfp.cpp | 430 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local 431 if (!btInf) { in initializeNative() 450 (bluetooth::headset::Interface*)btInf->get_profile_interface( in initializeNative() 474 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 475 if (!btInf) { in cleanupNative()
|
D | com_android_bluetooth_avrcp_controller.cpp | 742 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local 743 if (btInf == NULL) { in initNative() 761 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative() 783 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local 784 if (btInf == NULL) { in cleanupNative()
|