Home | History | Annotate | Download | only in service

Lines Matching refs:loadResult

44     status_t loadResult = loadAudioEffectXmlConfig();
45 if (loadResult < 0) {
53 } else if (loadResult > 0) {
54 ALOGE("Effect config is partially invalid, skipped %d elements", loadResult);