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.cpp285 auto xmlValue = make_xmlUnique(xmlGetProp(cur, reinterpret_cast<const xmlChar*>(attribute))); in getXmlAttribute() local
286 if (xmlValue == nullptr) { in getXmlAttribute()
289 std::string value(reinterpret_cast<const char*>(xmlValue.get())); in getXmlAttribute()