Lines Matching refs:section
54 static section_t section;
243 section = ACDB;
245 section = PCM_ID;
247 section = BACKEND_NAME;
249 section = CONFIG_PARAMS;
251 if ((section != ACDB) && (section != BACKEND_NAME)) {
256 /* call into process function for the current section */
257 section_process_fn fn = section_table[section];
260 if (section != PCM_ID) {
261 ALOGE("usecase tag only supported with PCM_ID section");
268 if (section != CONFIG_PARAMS) {
269 ALOGE("param tag only supported with CONFIG_PARAMS section");
273 section_process_fn fn = section_table[section];
283 section = ROOT;
285 section = ROOT;
287 section = ROOT;
289 section = ROOT;
303 section = ROOT;