Searched defs:btInf (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp104 const bt_interface_t* btInf; local
113 if ( (btInf = getBluetoothInterface()) == NULL) {
119 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
138 const bt_interface_t* btInf; local
141 if ( (btInf = getBluetoothInterface()) == NULL) {
159 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
174 const bt_interface_t* btInf; local
177 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hdp.cpp102 // const bt_interface_t* btInf;
110 if ( (btInf = getBluetoothInterface()) == NULL) {
116 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
134 const bt_interface_t* btInf; local
137 if ( (btInf = getBluetoothInterface()) == NULL) {
155 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
170 const bt_interface_t* btInf; local
173 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hid.cpp147 // const bt_interface_t* btInf;
155 if ( (btInf = getBluetoothInterface()) == NULL) {
161 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
179 const bt_interface_t* btInf; local
182 if ( (btInf = getBluetoothInterface()) == NULL) {
201 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
218 const bt_interface_t* btInf; local
221 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hfp.cpp222 const bt_interface_t* btInf;
245 if ( (btInf = getBluetoothInterface()) == NULL) {
251 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
269 const bt_interface_t* btInf; local
272 if ( (btInf = getBluetoothInterface()) == NULL) {
290 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
305 const bt_interface_t* btInf; local
308 if ( (btInf = getBluetoothInterface()) == NULL) {

Completed in 51 milliseconds