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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h525 void loadGlobalConfig(cnode *root);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp4284 void AudioPolicyManagerBase::loadGlobalConfig(cnode *root) function in class:android_audio_legacy::AudioPolicyManagerBase
4295 "loadGlobalConfig() no attached output devices");
4296 ALOGV("loadGlobalConfig() mAttachedOutputDevices %04x", mAttachedOutputDevices);
4302 "loadGlobalConfig() default device not specified");
4303 ALOGV("loadGlobalConfig() mDefaultOutputDevice %04x", mDefaultOutputDevice);
4306 ALOGV("loadGlobalConfig() mAvailableInputDevices %04x", mAvailableInputDevices);
4309 ALOGV("loadGlobalConfig() mSpeakerDrcEnabled = %d", mSpeakerDrcEnabled);
4327 loadGlobalConfig(root);

Completed in 12 milliseconds