Searched refs:btInf (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp114 const bt_interface_t* btInf; local
117 if ( (btInf = getBluetoothInterface()) == NULL) {
140 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
153 const bt_interface_t* btInf; local
155 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_a2dp_sink.cpp140 const bt_interface_t* btInf; local
143 if ( (btInf = getBluetoothInterface()) == NULL) {
161 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) {
176 const bt_interface_t* btInf; local
178 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hdp.cpp108 const bt_interface_t* btInf; local
111 if ( (btInf = getBluetoothInterface()) == NULL) {
129 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
144 const bt_interface_t* btInf; local
146 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_avrcp.cpp204 const bt_interface_t* btInf; local
207 if ( (btInf = getBluetoothInterface()) == NULL) {
225 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
241 const bt_interface_t* btInf; local
243 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hid.cpp209 const bt_interface_t* btInf; local
212 if ( (btInf = getBluetoothInterface()) == NULL) {
231 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
248 const bt_interface_t* btInf; local
250 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
348 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_avrcp_controller.cpp470 const bt_interface_t* btInf; local
473 if ( (btInf = getBluetoothInterface()) == NULL) {
491 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
507 const bt_interface_t* btInf; local
509 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_sdp.cpp81 const bt_interface_t* btInf; local
83 if ( (btInf = getBluetoothInterface()) == NULL) {
93 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) {
536 const bt_interface_t* btInf; local
538 if ( (btInf = getBluetoothInterface()) == NULL) {
H A Dcom_android_bluetooth_hfp.cpp459 const bt_interface_t* btInf; local
462 if ( (btInf = getBluetoothInterface()) == NULL) {
480 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
496 const bt_interface_t* btInf; local
498 if ( (btInf = getBluetoothInterface()) == NULL) {

Completed in 242 milliseconds