Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp455 XMLDocument xmlDoc; in readConfigDataFromXML() local
460 xmlDoc.LoadFile(mConfigFilePath); in readConfigDataFromXML()
461 if (xmlDoc.ErrorID() != XML_SUCCESS) { in readConfigDataFromXML()
462 ALOGE("Failed to load and/or parse a configuration file, %s", xmlDoc.ErrorStr()); in readConfigDataFromXML()
467 const XMLElement *rootElem = xmlDoc.RootElement(); in readConfigDataFromXML()
/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp45 constexpr auto xmlDeleter<xmlDoc> = xmlFreeDoc;