Home
last modified time | relevance | path

Searched refs:btInf (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp104 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
105 if (btInf == nullptr) { in initNative()
129 (BluetoothKeystoreInterface*)btInf->get_profile_interface(BT_KEYSTORE_ID); in initNative()
142 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
143 if (btInf == nullptr) { in cleanupNative()
Dcom_android_bluetooth_hearing_aid.cpp106 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
107 if (btInf == nullptr) { in initNative()
129 sHearingAidInterface = (HearingAidInterface*)btInf->get_profile_interface( in initNative()
143 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
144 if (btInf == nullptr) { in cleanupNative()
Dcom_android_bluetooth_a2dp_sink.cpp113 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
114 if (btInf == NULL) { in initNative()
132 (btav_sink_interface_t*)btInf->get_profile_interface( in initNative()
150 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
152 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hid_host.cpp208 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
209 if (btInf == NULL) { in initializeNative()
227 (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative()
245 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
247 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_a2dp.cpp295 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
296 if (btInf == nullptr) { in initNative()
327 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
355 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
356 if (btInf == nullptr) { in cleanupNative()
Dcom_android_bluetooth_sdp.cpp55 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
57 if (btInf == NULL) { in initializeNative()
67 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative()
477 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
479 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfpclient.cpp449 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
450 if (btInf == NULL) { in initializeNative()
468 (bthf_client_interface_t*)btInf->get_profile_interface( in initializeNative()
487 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
488 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfp.cpp443 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
444 if (!btInf) { in initializeNative()
464 (bluetooth::headset::Interface*)btInf->get_profile_interface( in initializeNative()
488 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
489 if (!btInf) { in cleanupNative()
Dcom_android_bluetooth_avrcp_controller.cpp880 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
881 if (btInf == NULL) { in initNative()
899 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative()
921 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
922 if (btInf == NULL) { in cleanupNative()