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.cpp104 const bt_interface_t* btInf; in classInitNative() local
138 const bt_interface_t* btInf; in initNative() local
141 if ( (btInf = getBluetoothInterface()) == NULL) { in initNative()
159 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) { in initNative()
174 const bt_interface_t* btInf; in cleanupNative() local
177 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_a2dp_sink.cpp128 const bt_interface_t* btInf; in classInitNative() local
144 const bt_interface_t* btInf; in initNative() local
147 if ( (btInf = getBluetoothInterface()) == NULL) { in initNative()
165 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) { in initNative()
180 const bt_interface_t* btInf; in cleanupNative() local
183 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_avrcp_controller.cpp105 const bt_interface_t* btInf; in initNative() local
108 if ( (btInf = getBluetoothInterface()) == NULL) { in initNative()
126 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) { in initNative()
142 const bt_interface_t* btInf; in cleanupNative() local
144 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_hdp.cpp134 const bt_interface_t* btInf; in initializeNative() local
137 if ( (btInf = getBluetoothInterface()) == NULL) { in initializeNative()
155 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) { in initializeNative()
170 const bt_interface_t* btInf; in cleanupNative() local
173 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_avrcp.cpp204 const bt_interface_t* btInf; in initNative() local
207 if ( (btInf = getBluetoothInterface()) == NULL) { in initNative()
225 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) { in initNative()
241 const bt_interface_t* btInf; in cleanupNative() local
243 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfpclient.cpp307 const bt_interface_t* btInf; in initializeNative() local
310 btInf = getBluetoothInterface(); in initializeNative()
311 if (btInf == NULL) { in initializeNative()
329 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_CLIENT_ID); in initializeNative()
346 const bt_interface_t* btInf; in cleanupNative() local
349 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_hid.cpp234 const bt_interface_t* btInf; in initializeNative() local
237 if ( (btInf = getBluetoothInterface()) == NULL) { in initializeNative()
256 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) { in initializeNative()
273 const bt_interface_t* btInf; in cleanupNative() local
276 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_sdp.cpp83 const bt_interface_t* btInf; in initializeNative() local
86 if ( (btInf = getBluetoothInterface()) == NULL) { in initializeNative()
96 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) { in initializeNative()
539 const bt_interface_t* btInf; in cleanupNative() local
542 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()
Dcom_android_bluetooth_hfp.cpp452 const bt_interface_t* btInf; in initializeNative() local
455 if ( (btInf = getBluetoothInterface()) == NULL) { in initializeNative()
473 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) { in initializeNative()
489 const bt_interface_t* btInf; in cleanupNative() local
492 if ( (btInf = getBluetoothInterface()) == NULL) { in cleanupNative()