Searched refs:strcasecmp (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_debug.c | 115 else if (!strcasecmp(str, "n")) in debug_parse_bool_option() 117 else if (!strcasecmp(str, "no")) in debug_parse_bool_option() 119 else if (!strcasecmp(str, "f")) in debug_parse_bool_option() 121 else if (!strcasecmp(str, "false")) in debug_parse_bool_option() 125 else if (!strcasecmp(str, "y")) in debug_parse_bool_option() 127 else if (!strcasecmp(str, "yes")) in debug_parse_bool_option() 129 else if (!strcasecmp(str, "t")) in debug_parse_bool_option() 131 else if (!strcasecmp(str, "true")) in debug_parse_bool_option()
|
D | u_string.h | 113 #ifndef strcasecmp 114 #define strcasecmp stricmp macro
|
/hardware/google/aemu/base/include/aemu/base/ |
D | msvc.h | 123 #define strcasecmp _stricmp macro
|
/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | userial_vendor.c | 47 if (!strcasecmp(transport_type, "smd")) in bt_hci_set_transport()
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 336 if (!strcasecmp((char *)attr[3], "in")) { in process_pcm_id() 338 } else if (!strcasecmp((char *)attr[3], "out")) { in process_pcm_id()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 5569 if (!strcasecmp(band_str, "a")) { in bandstr_to_macband() 5571 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_macband() 5573 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_macband() 5575 } else if (!strcasecmp(band_str, "60")) { in bandstr_to_macband() 5582 if (!strcasecmp(band_str, "a")) { in bandstr_to_band() 5584 } else if (!strcasecmp(band_str, "b")) { in bandstr_to_band() 5586 } else if (!strcasecmp(band_str, "all")) { in bandstr_to_band() 5673 if (!strcasecmp(band_str, "2g")) { in bandstr_to_wlan_mac_band() 5675 } else if (!strcasecmp(band_str, "5g")) { in bandstr_to_wlan_mac_band() 5677 } else if (!strcasecmp(band_str, "6g")) { in bandstr_to_wlan_mac_band() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 112 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 115 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 154 strcasecmp(name, formats_list[format][0]) == 0) { in get_format()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_session.cpp | 1409 if (!strcasecmp(uevent_data, HWC_UEVENT_SWITCH_HDMI)) { in UEventHandler() 1418 } else if (!strcasecmp(uevent_data, HWC_UEVENT_GRAPHICS_FB0)) { in UEventHandler()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 108 if (!strcasecmp(substring, kStringToClass[i].Class)) { in SetUp()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 114 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 126 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 59 #define stricmp strcasecmp
|