Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp251 const xmlNode *attrNode = cur; in deserializeAttributes() local
254 getReference(xmlDocGetRootElement(doc), attrNode, attrRef, attributesAttributeRef); in deserializeAttributes()
255 if (attrNode == NULL) { in deserializeAttributes()
259 return deserializeAttributes(doc, attrNode->xmlChildrenNode, attributes); in deserializeAttributes()
261 return parseAttributes(attrNode->xmlChildrenNode, attributes); in deserializeAttributes()