Searched refs:typeAttr (Results 1 – 1 of 1) sorted by relevance
143 if (const auto typeAttr = aDeviceElem->FindAttribute("type")) { in readCameraDeviceInfo() local144 aCamera->deviceType = CameraInfo::deviceTypeFromSV(typeAttr->Value()); in readCameraDeviceInfo()