Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/tests/
Dengineconfig_tests.cpp30 status_t status = engineConfig::parseLegacyVolumeFile( in TEST()
35 status = engineConfig::parseLegacyVolumeFile( in TEST()
/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h115 android::status_t parseLegacyVolumeFile(const char* path, VolumeGroups &volumeGroups);
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp694 android::status_t parseLegacyVolumeFile(const char* path, VolumeGroups &volumeGroups) { in parseLegacyVolumeFile() function
717 return parseLegacyVolumeFile(audioPolicyXmlConfigFile.c_str(), volumeGroups); in parseLegacyVolumes()