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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h524 void loadGlobalConfig(cnode *root);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp4267 void AudioPolicyManagerBase::loadGlobalConfig(cnode *root) function in class:android_audio_legacy::AudioPolicyManagerBase
4278 "loadGlobalConfig() no attached output devices");
4279 ALOGV("loadGlobalConfig() mAttachedOutputDevices %04x", mAttachedOutputDevices);
4285 "loadGlobalConfig() default device not specified");
4286 ALOGV("loadGlobalConfig() mDefaultOutputDevice %04x", mDefaultOutputDevice);
4289 ALOGV("loadGlobalConfig() mAvailableInputDevices %04x", mAvailableInputDevices);
4292 ALOGV("loadGlobalConfig() mSpeakerDrcEnabled = %d", mSpeakerDrcEnabled);
4310 loadGlobalConfig(root);

Completed in 54 milliseconds