Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp215 static constexpr const char *attributesAttributeRef = "attributesRef"; /**< for factorization. */ variable
266 std::string attrRef = getXmlAttribute(cur, attributesAttributeRef); in deserializeAttributes()
268 getReference(xmlDocGetRootElement(doc), attrNode, attrRef, attributesAttributeRef); in deserializeAttributes()