Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h39 constexpr char DEFAULT_PATH[] = "/vendor/etc/audio_policy_engine_configuration.xml"; variable
118 ParsingResult parse(const char* path = DEFAULT_PATH);
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp769 if (strncmp(path, DEFAULT_PATH, strlen(DEFAULT_PATH))) { in parse()
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp141 const std::string filePath = xmlFilePath.empty() ? engineConfig::DEFAULT_PATH : xmlFilePath; in loadAudioPolicyEngineConfig()