Searched refs:DEFAULT_PATH (Results 1 – 3 of 3) sorted by relevance
39 constexpr char DEFAULT_PATH[] = "/vendor/etc/audio_policy_engine_configuration.xml"; variable118 ParsingResult parse(const char* path = DEFAULT_PATH);
769 if (strncmp(path, DEFAULT_PATH, strlen(DEFAULT_PATH))) { in parse()
141 const std::string filePath = xmlFilePath.empty() ? engineConfig::DEFAULT_PATH : xmlFilePath; in loadAudioPolicyEngineConfig()