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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 114 const bt_interface_t* btInf;
117 if ( (btInf = getBluetoothInterface()) == NULL) {
135 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
150 const bt_interface_t* btInf;
152 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_a2dp_sink.cpp 140 const bt_interface_t* btInf;
143 if ( (btInf = getBluetoothInterface()) == NULL) {
161 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) {
176 const bt_interface_t* btInf;
178 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hdp.cpp 108 const bt_interface_t* btInf;
111 if ( (btInf = getBluetoothInterface()) == NULL) {
129 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
144 const bt_interface_t* btInf;
146 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_avrcp.cpp 204 const bt_interface_t* btInf;
207 if ( (btInf = getBluetoothInterface()) == NULL) {
225 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
241 const bt_interface_t* btInf;
243 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hid.cpp 209 const bt_interface_t* btInf;
212 if ( (btInf = getBluetoothInterface()) == NULL) {
231 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
248 const bt_interface_t* btInf;
250 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;
348 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_avrcp_controller.cpp 470 const bt_interface_t* btInf;
473 if ( (btInf = getBluetoothInterface()) == NULL) {
491 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
507 const bt_interface_t* btInf;
509 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_sdp.cpp 81 const bt_interface_t* btInf;
83 if ( (btInf = getBluetoothInterface()) == NULL) {
93 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) {
536 const bt_interface_t* btInf;
538 if ( (btInf = getBluetoothInterface()) == NULL) {
com_android_bluetooth_hfp.cpp 459 const bt_interface_t* btInf;
462 if ( (btInf = getBluetoothInterface()) == NULL) {
480 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
496 const bt_interface_t* btInf;
498 if ( (btInf = getBluetoothInterface()) == NULL) {
    [all...]

Completed in 248 milliseconds