Home
last modified time | relevance | path

Searched refs:btInf (Results 1 – 9 of 9) 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_hdp.cpp89 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
90 if (btInf == NULL) { in initializeNative()
108 (bthl_interface_t*)btInf->get_profile_interface(BT_PROFILE_HEALTH_ID); in initializeNative()
125 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
127 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_a2dp.cpp240 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
241 if (btInf == NULL) { in initNative()
271 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
291 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
292 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hid.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_sdp.cpp72 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
74 if (btInf == NULL) { in initializeNative()
84 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative()
463 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
465 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfpclient.cpp381 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
382 if (btInf == NULL) { in initializeNative()
400 (bthf_client_interface_t*)btInf->get_profile_interface( in initializeNative()
419 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
420 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfp.cpp411 const bt_interface_t* btInf = getBluetoothInterface(); in initializeNative() local
412 if (btInf == NULL) { in initializeNative()
430 (bthf_interface_t*)btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID); in initializeNative()
451 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
452 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_avrcp_controller.cpp670 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
671 if (btInf == NULL) { in initNative()
689 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative()
709 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
710 if (btInf == NULL) { in cleanupNative()
Dcom_android_bluetooth_avrcp.cpp564 const bt_interface_t* btInf = getBluetoothInterface(); in initNative() local
565 if (btInf == NULL) { in initNative()
583 (btrc_interface_t*)btInf->get_profile_interface(BT_PROFILE_AV_RC_ID); in initNative()
601 const bt_interface_t* btInf = getBluetoothInterface(); in cleanupNative() local
602 if (btInf == NULL) { in cleanupNative()