Home
last modified time | relevance | path

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

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