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.cpp265 const xmlNode *attrNode = cur; in deserializeAttributes() local
268 getReference(xmlDocGetRootElement(doc), attrNode, attrRef, attributesAttributeRef); in deserializeAttributes()
269 if (attrNode == NULL) { in deserializeAttributes()
273 return deserializeAttributes(doc, attrNode->xmlChildrenNode, attributes); in deserializeAttributes()
275 return parseAttributes(attrNode->xmlChildrenNode, attributes); in deserializeAttributes()