Home
last modified time | relevance | path

Searched refs:PLATFORM_INFO_XML_PATH (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/audio/hal/
Dplatform_info.c232 __func__, attr[1], PLATFORM_INFO_XML_PATH); in process_pcm_id()
261 __func__, attr[1], PLATFORM_INFO_XML_PATH, type, id); in process_pcm_id()
283 __func__, attr[1], PLATFORM_INFO_XML_PATH); in process_backend_name()
289 __func__, attr[1], PLATFORM_INFO_XML_PATH); in process_backend_name()
303 __func__, attr[1], PLATFORM_INFO_XML_PATH, attr[3]); in process_backend_name()
349 __func__, attr[1], PLATFORM_INFO_XML_PATH); in process_acdb_id()
355 __func__, attr[1], PLATFORM_INFO_XML_PATH); in process_acdb_id()
361 __func__, attr[1], PLATFORM_INFO_XML_PATH, atoi((char *)attr[3])); in process_acdb_id()
382 __func__, (char *)attr[3], PLATFORM_INFO_XML_PATH); in process_operator_specific()
486 __func__, attr[--curIdx], PLATFORM_INFO_XML_PATH); in process_microphone_characteristic()
[all …]
/hardware/qcom/audio/hal/msm8960/
Dplatform.h145 #define PLATFORM_INFO_XML_PATH "audio_platform_info.xml" macro
/hardware/qcom/audio/hal/msm8916/
Dplatform.h286 #define PLATFORM_INFO_XML_PATH "audio_platform_info.xml" macro
Dplatform.c1128 strlcpy(platform_info_path, PLATFORM_INFO_XML_PATH, MAX_MIXER_XML_PATH); in platform_init()
/hardware/qcom/audio/hal/msm8974/
Dplatform.h400 #define PLATFORM_INFO_XML_PATH "audio_platform_info.xml" macro
/hardware/qcom/audio/hal/audio_extn/
Dutils.c502 strlcpy(platform_info_file, PLATFORM_INFO_XML_PATH, MIXER_PATH_MAX_LENGTH); in audio_extn_utils_get_platform_info()