Home
last modified time | relevance | path

Searched refs:ro_chipname (Results 1 – 5 of 5) sorted by relevance

/external/cpuinfo/test/name/
Dandroid-properties-interface.c14 const char ro_chipname[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
25 strncpy(properties.ro_chipname, ro_chipname, CPUINFO_BUILD_PROP_VALUE_MAX); in cpuinfo_arm_android_parse_chipset_properties()
Dandroid-properties.cc18 const char ro_chipname[CPUINFO_BUILD_PROP_VALUE_MAX],
/external/cpuinfo/src/arm/android/
Dproperties.c61 cpuinfo_android_property_get("ro.chipname", properties->ro_chipname); in cpuinfo_arm_android_parse_properties()
62 cpuinfo_log_debug("read ro.chipname = \"%.*s\"", ro_chipname_length, properties->ro_chipname); in cpuinfo_arm_android_parse_properties()
/external/cpuinfo/src/arm/linux/
Dapi.h28 char ro_chipname[CPUINFO_BUILD_PROP_VALUE_MAX]; member
354 const char ro_chipname[restrict static CPUINFO_BUILD_PROP_VALUE_MAX]);
Dchipset.c3647 cpuinfo_arm_android_decode_chipset_from_ro_chipname(properties->ro_chipname), in cpuinfo_arm_android_decode_chipset()