Searched refs:pointXml (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 566 auto pointXml = make_xmlUnique(xmlNodeListGetString(doc, child->xmlChildrenNode, 1)); in deserialize() local 567 if (pointXml == NULL) { in deserialize() 570 ALOGV("%s: %s=%s", __func__, tag, reinterpret_cast<const char*>(pointXml.get())); in deserialize() 573 reinterpret_cast<const char*>(pointXml.get()), point, ","); in deserialize() 576 reinterpret_cast<const char*>(pointXml.get())); in deserialize() 673 auto pointXml = make_xmlUnique(xmlNodeListGetString(doc, child->xmlChildrenNode, 1)); in deserializeLegacyVolume() local 674 if (pointXml == NULL) { in deserializeLegacyVolume() 678 reinterpret_cast<const char*>(pointXml.get())); in deserializeLegacyVolume() 681 reinterpret_cast<const char*>(pointXml.get()), point, ","); in deserializeLegacyVolume() 684 reinterpret_cast<const char*>(pointXml.get())); in deserializeLegacyVolume()
|