Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp392 const XMLElement *xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local
393 if (xmlElem != nullptr) { in readSystemInfo()
395 stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()