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

  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 51 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0) macro
310 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
313 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
316 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
319 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
322 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
325 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
329 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
333 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID))
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 485 bool is_profile = !is_credit_card && local
487 if (!is_credit_card && !is_profile)
    [all...]

Completed in 79 milliseconds