Searched defs:btInf (Results 1 - 9 of 9) 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_a2dp_sink.cpp128 const bt_interface_t* btInf; local
144 const bt_interface_t* btInf; local
147 if ( (btInf = getBluetoothInterface()) == NULL) {
165 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) {
180 const bt_interface_t* btInf; local
183 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_avrcp_controller.cpp105 const bt_interface_t* btInf; local
108 if ( (btInf = getBluetoothInterface()) == NULL) {
126 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
142 const bt_interface_t* btInf; local
144 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_avrcp.cpp205 const bt_interface_t* btInf; local
208 if ( (btInf = getBluetoothInterface()) == NULL) {
226 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
242 const bt_interface_t* btInf; local
244 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.cpp200 // const bt_interface_t* btInf;
210 if ( (btInf = getBluetoothInterface()) == NULL) {
216 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
234 const bt_interface_t* btInf; local
237 if ( (btInf = getBluetoothInterface()) == NULL) {
256 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
273 const bt_interface_t* btInf; local
276 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_sdp.cpp83 const bt_interface_t* btInf; local
86 if ( (btInf = getBluetoothInterface()) == NULL) {
96 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) {
539 const bt_interface_t* btInf; local
542 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hfp.cpp404 const bt_interface_t* btInf;
428 if ( (btInf = getBluetoothInterface()) == NULL) {
434 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
452 const bt_interface_t* btInf; local
455 if ( (btInf = getBluetoothInterface()) == NULL) {
473 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
489 const bt_interface_t* btInf; local
492 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hfpclient.cpp307 const bt_interface_t* btInf; local
310 btInf = getBluetoothInterface();
311 if (btInf == NULL) {
329 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_CLIENT_ID);
346 const bt_interface_t* btInf; local
349 if ( (btInf = getBluetoothInterface()) == NULL) {

Completed in 63 milliseconds