Home
last modified time | relevance | path

Searched refs:parseLegacyVolumes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engine/config/include/
H A DEngineConfig.h113 android::status_t parseLegacyVolumes(VolumeGroups &volumeGroups);
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DEngineBase.cpp165 android::status_t ret = engineConfig::parseLegacyVolumes(config.volumeGroups); in loadAudioPolicyEngineConfig()
/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp714 android::status_t parseLegacyVolumes(VolumeGroups &volumeGroups) { in parseLegacyVolumes() function