Lines Matching refs:section
103 static section_t section; variable
899 section = ACDB; in start_tag()
901 section = MODULE; in start_tag()
903 section = PCM_ID; in start_tag()
905 section = BACKEND_NAME; in start_tag()
907 section = CONFIG_PARAMS; in start_tag()
909 section = OPERATOR_SPECIFIC; in start_tag()
911 section = GAIN_LEVEL_MAPPING; in start_tag()
913 section = APP_TYPE; in start_tag()
915 section = MICROPHONE_CHARACTERISTIC; in start_tag()
917 section = SND_DEVICES; in start_tag()
919 section = ACDB_METAINFO_KEY; in start_tag()
921 if ((section != ACDB) && (section != AEC) && (section != NS) && in start_tag()
922 (section != BACKEND_NAME) && (section != OPERATOR_SPECIFIC)) { in start_tag()
928 section_process_fn fn = section_table[section]; in start_tag()
931 if (section != PCM_ID) { in start_tag()
939 if ((section != CONFIG_PARAMS) && (section != ACDB_METAINFO_KEY)) { in start_tag()
944 section_process_fn fn = section_table[section]; in start_tag()
947 if (section != GAIN_LEVEL_MAPPING) { in start_tag()
955 if (section != APP_TYPE) { in start_tag()
963 if (section != MICROPHONE_CHARACTERISTIC) { in start_tag()
970 if (section != SND_DEVICES) { in start_tag()
974 section = INPUT_SND_DEVICE; in start_tag()
976 if (section != INPUT_SND_DEVICE) { in start_tag()
980 section = INPUT_SND_DEVICE_TO_MIC_MAPPING; in start_tag()
982 if (section != INPUT_SND_DEVICE_TO_MIC_MAPPING) { in start_tag()
989 if (section != INPUT_SND_DEVICE_TO_MIC_MAPPING) { in start_tag()
1000 section = EXTERNAL_DEVICE_SPECIFIC; in start_tag()
1002 section_process_fn fn = section_table[section]; in start_tag()
1006 if (section != MODULE) { in start_tag()
1010 section = AEC; in start_tag()
1013 if (section != MODULE) { in start_tag()
1017 section = NS; in start_tag()
1019 section = AUDIO_SOURCE_DELAY; in start_tag()
1021 section_process_fn fn = section_table[section]; in start_tag()
1024 section = AUDIO_OUTPUT_USECASE_DELAY; in start_tag()
1026 section_process_fn fn = section_table[section]; in start_tag()
1031 section = CONFIG_PARAMS; in start_tag()
1033 if (section != CONFIG_PARAMS) { in start_tag()
1038 section_process_fn fn = section_table[section]; in start_tag()
1049 section = ROOT; in end_tag()
1051 section = ROOT; in end_tag()
1053 section = MODULE; in end_tag()
1055 section = MODULE; in end_tag()
1057 section = ROOT; in end_tag()
1059 section = ROOT; in end_tag()
1061 section = ROOT; in end_tag()
1063 section = ROOT; in end_tag()
1065 section = ROOT; in end_tag()
1067 section = ROOT; in end_tag()
1069 section = ROOT; in end_tag()
1071 section = ROOT; in end_tag()
1073 section = ROOT; in end_tag()
1075 section = SND_DEVICES; in end_tag()
1077 section = INPUT_SND_DEVICE; in end_tag()
1079 section = ROOT; in end_tag()
1119 section = ROOT; in platform_info_init()