Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 25 of 71) sorted by relevance

123

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Xml.cpp107 ret = strncasecmp(xml_str, str, len1); in IPACM_util_icmp_string()
230 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
235 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
283 if (0 == strncasecmp(content_buf, WANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
288 else if (0 == strncasecmp(content_buf, LANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
293 else if (0 == strncasecmp(content_buf, WLANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
298 else if (0 == strncasecmp(content_buf, VIRTUALIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
303 else if (0 == strncasecmp(content_buf, UNKNOWNIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
308 else if (0 == strncasecmp(content_buf, ETHIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
313 else if (0 == strncasecmp(content_buf, ODUIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Xml.cpp119 ret = strncasecmp(xml_str, str, len1); in IPACM_util_icmp_string()
242 if (0 == strncasecmp(content_buf, ODU_ROUTER_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
247 else if (0 == strncasecmp(content_buf, ODU_BRIDGE_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
295 if (0 == strncasecmp(content_buf, WANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
300 else if (0 == strncasecmp(content_buf, LANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
305 else if (0 == strncasecmp(content_buf, WLANIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
310 else if (0 == strncasecmp(content_buf, VIRTUALIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
315 else if (0 == strncasecmp(content_buf, UNKNOWNIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
320 else if (0 == strncasecmp(content_buf, ETHIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
325 else if (0 == strncasecmp(content_buf, ODUIF_TAG, str_size)) in ipacm_cfg_xml_parse_tree()
[all …]
/hardware/google/aemu/base/
DStringUtils.cpp163 strncasecmp(s.data(), prefix.data(), prefix.size()) == 0; in StartsWithIgnoreCase()
177 strncasecmp(s.data() + (s.size() - suffix.size()), suffix.data(), in EndsWithIgnoreCase()
183 strncasecmp(lhs.data(), rhs.data(), lhs.size()) == 0; in EqualsIgnoreCase()
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c194 if ((strncasecmp(card_id, "msm", 3) != 0) && in enum_sndcards()
195 (strncasecmp(card_id, "sdm", 3) != 0) && in enum_sndcards()
196 (strncasecmp(card_id, "sdc", 3) != 0) && in enum_sndcards()
197 (strncasecmp(card_id, "apq", 3) != 0) && in enum_sndcards()
198 (strncasecmp(card_id, "sm8150", 6) != 0)) { in enum_sndcards()
/hardware/google/aemu/base/include/aemu/base/
Dmsvc.h124 #define strncasecmp _strnicmp macro
/hardware/qcom/sm8150/media/libplatformconfig/
DPlatformConfig.cpp126 if (strncasecmp("true", result.value.c_str(), result.value.size()) == 0) { in getConfigStoreBool()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp74 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp73 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/qcom/sm7250/media/libplatformconfig/
DPlatformConfig.cpp127 if (strncasecmp("true", result.value.c_str(), result.value.size()) == 0) { in getConfigStoreBool()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dbt_vendor_qcom.c202 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
205 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
208 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
211 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
700 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dbt_vendor_qcom.c198 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
201 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
204 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
207 else if (!strncasecmp(bt_soc_type, "cherokee", sizeof("cherokee"))) { in get_bt_soc_type()
728 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.cpp84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.cpp84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c204 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
207 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
606 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dbt_vendor_qcom.c210 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
213 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
619 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dbt_vendor_qcom.c226 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) { in get_bt_soc_type()
229 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) { in get_bt_soc_type()
638 if (!strncasecmp(init_value, "1", sizeof("1"))) { in is_soc_initialized()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp307 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
313 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp310 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp310 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in Rotator()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_sync.cc151 if (!strncasecmp(item.name.c_str(), sensor_for_camera, in GetSensorHandle()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.cpp232 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updateSysFsInfo()

123