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 53 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0) macro
341 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
344 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
347 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
350 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
353 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
356 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
359 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
362 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
365 if (is_profile(profile_id, BT_PROFILE_MAP_CLIENT_ID)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 492 bool is_profile = !is_credit_card && local
494 if (!is_credit_card && !is_profile)
    [all...]

Completed in 96 milliseconds