Searched refs:curDev (Results 1 – 2 of 2) sorted by relevance
363 const XMLElement* curDev = aDisplayElem->FirstChildElement("device"); in readDisplayInfo() local364 while (curDev != nullptr) { in readDisplayInfo()365 const char* id = curDev->FindAttribute("id")->Value(); in readDisplayInfo()374 const XMLElement* cap = curDev->FirstChildElement("caps"); in readDisplayInfo()403 curDev = curDev->NextSiblingElement("device"); in readDisplayInfo()
428 const XMLElement* curDev = aDisplayElem->FirstChildElement("device"); in readDisplayInfo() local429 while (curDev != nullptr) { in readDisplayInfo()430 const char* id = curDev->FindAttribute("id")->Value(); in readDisplayInfo()437 const XMLElement* cap = curDev->FirstChildElement("caps"); in readDisplayInfo()471 curDev = curDev->NextSiblingElement("device"); in readDisplayInfo()