HomeSort by relevance Sort by last modified time
    Searched refs:btInf (Results 1 - 8 of 8) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 104 const bt_interface_t* btInf;
113 if ( (btInf = getBluetoothInterface()) == NULL) {
119 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
138 const bt_interface_t* btInf;
141 if ( (btInf = getBluetoothInterface()) == NULL) {
159 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
174 const bt_interface_t* btInf;
177 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_avrcp_controller.cpp 105 const bt_interface_t* btInf;
108 if ( (btInf = getBluetoothInterface()) == NULL) {
126 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
142 const bt_interface_t* btInf;
144 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_a2dp_sink.cpp 128 const bt_interface_t* btInf;
144 const bt_interface_t* btInf;
147 if ( (btInf = getBluetoothInterface()) == NULL) {
165 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) {
180 const bt_interface_t* btInf;
183 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hdp.cpp 102 // 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;
137 if ( (btInf = getBluetoothInterface()) == NULL) {
155 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
170 const bt_interface_t* btInf;
173 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_avrcp.cpp 183 const bt_interface_t* btInf;
186 if ( (btInf = getBluetoothInterface()) == NULL) {
204 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
220 const bt_interface_t* btInf;
222 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hid.cpp 200 // 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;
237 if ( (btInf = getBluetoothInterface()) == NULL) {
256 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
273 const bt_interface_t* btInf;
276 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hfpclient.cpp 307 const bt_interface_t* btInf;
310 btInf = getBluetoothInterface();
311 if (btInf == NULL) {
329 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_CLIENT_ID);
346 const bt_interface_t* btInf;
349 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hfp.cpp 404 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;
455 if ( (btInf = getBluetoothInterface()) == NULL) {
473 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
489 const bt_interface_t* btInf;
492 if ( (btInf = getBluetoothInterface()) == NULL) {

Completed in 90 milliseconds