Home
last modified time | relevance | path

Searched defs:CPUINFO_BUILD_PROP_VALUE_MAX (Results 1 – 9 of 9) 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()
11 const char ro_board_platform[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
12 const char ro_mediatek_platform[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
13 const char ro_arch[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
14 const char ro_chipname[CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_parse_chipset_properties()
51 const char board[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_product_board()
65 const char platform[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_board_platform()
79 const char platform[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_mediatek_platform()
92 const char arch[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_arch()
105 const char chipname[CPUINFO_BUILD_PROP_VALUE_MAX], uint32_t cores, uint32_t max_cpu_freq_max, in cpuinfo_arm_android_parse_ro_chipname()
Dro-arch.cc8 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
Dro-mediatek-platform.cc8 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
Dandroid-properties.cc9 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
Dro-chipname.cc8 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
Dro-board-platform.cc8 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
Dro-product-board.cc8 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro
/external/cpuinfo/src/arm/linux/
Dchipset.c2574 const char ro_product_board[restrict static CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_decode_chipset_from_ro_product_board()
2862 const char platform[restrict static CPUINFO_BUILD_PROP_VALUE_MAX], in cpuinfo_arm_android_decode_chipset_from_ro_board_platform()
3019 const char platform[restrict static CPUINFO_BUILD_PROP_VALUE_MAX]) in cpuinfo_arm_android_decode_chipset_from_ro_mediatek_platform()
3049 const char arch[restrict static CPUINFO_BUILD_PROP_VALUE_MAX]) in cpuinfo_arm_android_decode_chipset_from_ro_arch()
3075 const char chipname[restrict static CPUINFO_BUILD_PROP_VALUE_MAX]) in cpuinfo_arm_android_decode_chipset_from_ro_chipname()
Dapi.h20 #define CPUINFO_BUILD_PROP_VALUE_MAX 92 macro