Home
last modified time | relevance | path

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

/external/cpuinfo/test/name/
Dandroid-properties-interface.c10 const char ro_product_board[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
21 strncpy(properties.ro_product_board, ro_product_board, CPUINFO_BUILD_PROP_VALUE_MAX); in cpuinfo_arm_android_parse_chipset_properties()
Dandroid-properties.cc14 const char ro_product_board[CPUINFO_BUILD_PROP_VALUE_MAX],
/external/cpuinfo/src/arm/android/
Dproperties.c44 cpuinfo_android_property_get("ro.product.board", properties->ro_product_board); in cpuinfo_arm_android_parse_properties()
45 …g_debug("read ro.product.board = \"%.*s\"", ro_product_board_length, properties->ro_product_board); in cpuinfo_arm_android_parse_properties()
/external/cpuinfo/src/arm/linux/
Dapi.h24 char ro_product_board[CPUINFO_BUILD_PROP_VALUE_MAX]; member
340 const char ro_product_board[restrict static CPUINFO_BUILD_PROP_VALUE_MAX],
Dchipset.c2574 const char ro_product_board[restrict static CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2578 const char* board = ro_product_board; in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2579 const size_t board_length = strnlen(ro_product_board, CPUINFO_BUILD_PROP_VALUE_MAX); in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2580 const char* board_end = ro_product_board + board_length; in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
3638 properties->ro_product_board, cores, max_cpu_freq_max), in cpuinfo_arm_android_decode_chipset()