Searched defs:loadGlobalConfig (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp338 ALOGV("loadGlobalConfig() Attached Output Devices %08x",
347 ALOGV("loadGlobalConfig() mDefaultOutputDevice %08x", defaultOutputDevice->type());
349 ALOGW("loadGlobalConfig() default device not specified");
354 ALOGV("loadGlobalConfig() Available InputDevices %08x", availableInputDevices.types());
360 ALOGV("loadGlobalConfig() mHalVersion = %04x major %u minor %u",
368 void ConfigParsingUtils::loadGlobalConfig(cnode *root, AudioPolicyConfig &config, function in class:android::ConfigParsingUtils
381 ALOGV("loadGlobalConfig() mSpeakerDrcEnabled = %d", speakerDrcEnabled);
407 loadGlobalConfig(root, config, hwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_PRIMARY));

Completed in 48 milliseconds