Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute); in getXmlAttribute() local
36 if (xmlValue == NULL) { in getXmlAttribute()
39 string value((const char*)xmlValue); in getXmlAttribute()
40 xmlFree(xmlValue); in getXmlAttribute()