HomeSort by relevance Sort by last modified time
    Searched refs:loadGlobalConfig (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 52 static void loadGlobalConfig(cnode *root, AudioPolicyConfig &config,
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 338 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,
381 ALOGV("loadGlobalConfig() mSpeakerDrcEnabled = %d", speakerDrcEnabled);
407 loadGlobalConfig(root, config, hwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_PRIMARY));
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 525 void loadGlobalConfig(cnode *root);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 184 milliseconds