Searched refs:tmpAttributes (Results 1 – 3 of 3) sorted by relevance
222 [&](const auto &tmpError, const auto &tmpAttributes) { in getDisplayAttributes() argument227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes()228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes()229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes()230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes()231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes()232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes()233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes()