Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp534 static constexpr const char *legacyVolumecollectionTag = "volumes"; variable
553 getReference(xmlDocGetRootElement(doc), ref, referenceName, legacyVolumecollectionTag); in deserializeLegacyVolume()
591 if (xmlStrcmp(cur->name, (const xmlChar *)legacyVolumecollectionTag)) { in deserializeLegacyVolumeCollection()