Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp_sink.cpp114 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
115 if (btInf == NULL) { in initNative()
133 (btav_sink_interface_t*)btInf->get_profile_interface( in initNative()
151 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
153 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hearing_aid.cpp107 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
108 if (btInf == nullptr) { in initNative()
130 sHearingAidInterface = (HearingAidInterface*)btInf->get_profile_interface( in initNative()
144 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
145 if (btInf == nullptr) { in cleanupNative()
Dcom_android_bluetooth_hid_host.cpp201 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
202 if (btInf == NULL) { in initializeNative()
220 (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative()
237 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
239 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_a2dp.cpp267 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
268 if (btInf == nullptr) { in initNative()
299 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
323 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
324 if (btInf == nullptr) { in cleanupNative()
Dcom_android_bluetooth_sdp.cpp56 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
58 if (btInf == NULL) { in initializeNative()
68 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative()
478 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
480 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfpclient.cpp432 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
433 if (btInf == NULL) { in initializeNative()
451 (bthf_client_interface_t*)btInf->get_profile_interface( in initializeNative()
470 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
471 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfp.cpp444 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
445 if (!btInf) { in initializeNative()
465 (bluetooth::headset::Interface*)btInf->get_profile_interface( in initializeNative()
489 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
490 if (!btInf) { in cleanupNative()
Dcom_android_bluetooth_avrcp_controller.cpp823 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
824 if (btInf == NULL) { in initNative()
842 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative()
864 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
865 if (btInf == NULL) { in cleanupNative()