Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp545 std::string deviceCategoryLiteral = getXmlAttribute(cur, "deviceCategory"); in deserializeLegacyVolume() local
546 if (deviceCategoryLiteral.empty()) { in deserializeLegacyVolume()
581 legacyVolumes[streamTypeLiteral].push_back({ deviceCategoryLiteral, curvePoints }); in deserializeLegacyVolume()