Home
last modified time | relevance | path

Searched refs:MAX_CVD_VERSION_STRING_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/audio/hal/msm8974/
Dplatform.c52 #define MAX_CVD_VERSION_STRING_SIZE 100 macro
932 if (count > MAX_CVD_VERSION_STRING_SIZE) in get_cvd_version()
933 count = MAX_CVD_VERSION_STRING_SIZE - 1; in get_cvd_version()
1202 cvd_version = calloc(1, MAX_CVD_VERSION_STRING_SIZE); in platform_init()
/hardware/qcom/audio/msm8909/hal/msm8916/
Dplatform.c88 #define MAX_CVD_VERSION_STRING_SIZE 100 macro
941 if (count > MAX_CVD_VERSION_STRING_SIZE) in get_cvd_version()
942 count = MAX_CVD_VERSION_STRING_SIZE; in get_cvd_version()
1057 cvd_version = calloc(1, MAX_CVD_VERSION_STRING_SIZE); in platform_acdb_init()
/hardware/qcom/audio/msm8909/hal/msm8974/
Dplatform.c78 #define MAX_CVD_VERSION_STRING_SIZE 100 macro
844 if (count > MAX_CVD_VERSION_STRING_SIZE) in get_cvd_version()
845 count = MAX_CVD_VERSION_STRING_SIZE; in get_cvd_version()
953 cvd_version = calloc(1, MAX_CVD_VERSION_STRING_SIZE); in platform_acdb_init()