Searched refs:forVts (Results 1 – 2 of 2) sorted by relevance
150 status_t loadFromXml(const std::string& xmlFilePath, bool forVts);
276 status_t AudioPolicyConfig::loadFromXml(const std::string& xmlFilePath, bool forVts) { in loadFromXml() argument281 status_t status = forVts ? deserializeAudioPolicyFileForVts(xmlFilePath.c_str(), this) in loadFromXml()