Searched refs:curDev (Results 1 – 2 of 2) sorted by relevance
399 const XMLElement* curDev = aDisplayElem->FirstChildElement("device"); in readDisplayInfo() local400 while (curDev != nullptr) { in readDisplayInfo()401 const char* id = curDev->FindAttribute("id")->Value(); in readDisplayInfo()410 const XMLElement* cap = curDev->FirstChildElement("caps"); in readDisplayInfo()439 curDev = curDev->NextSiblingElement("device"); in readDisplayInfo()
401 const XMLElement* curDev = aDisplayElem->FirstChildElement("device"); in readDisplayInfo() local402 while (curDev != nullptr) { in readDisplayInfo()403 const char* id = curDev->FindAttribute("id")->Value(); in readDisplayInfo()410 const XMLElement* cap = curDev->FirstChildElement("caps"); in readDisplayInfo()438 curDev = curDev->NextSiblingElement("device"); in readDisplayInfo()