Home | History | Annotate | Download | only in hal

Lines Matching refs:section

64 static section_t section;
362 section = ACDB;
364 section = PCM_ID;
366 section = BACKEND_NAME;
368 section = CONFIG_PARAMS;
370 section = OPERATOR_SPECIFIC;
372 section = GAIN_LEVEL_MAPPING;
374 section = APP_TYPE;
376 if ((section != ACDB) && (section != BACKEND_NAME) && (section != OPERATOR_SPECIFIC)) {
381 /* call into process function for the current section */
382 section_process_fn fn = section_table[section];
385 if (section != PCM_ID) {
386 ALOGE("usecase tag only supported with PCM_ID section");
393 if (section != CONFIG_PARAMS) {
394 ALOGE("param tag only supported with CONFIG_PARAMS section");
398 section_process_fn fn = section_table[section];
401 if (section != GAIN_LEVEL_MAPPING) {
402 ALOGE("usecase tag only supported with GAIN_LEVEL_MAPPING section");
409 if (section != APP_TYPE) {
410 ALOGE("app tag only valid in section APP_TYPE");
419 section = CONFIG_PARAMS;
421 if (section != CONFIG_PARAMS) {
422 ALOGE("param tag only supported with CONFIG_PARAMS section");
426 section_process_fn fn = section_table[section];
437 section = ROOT;
439 section = ROOT;
441 section = ROOT;
443 section = ROOT;
445 section = ROOT;
447 section = ROOT;
449 section = ROOT;
469 section = ROOT;