Searched refs:get_attr (Results 1 – 1 of 1) sorted by relevance
388 auto get_attr = [&](hwc2_attribute_t attr, const char* attr_name) in GetDisplayParams() local402 auto width = get_attr(HWC2_ATTRIBUTE_WIDTH, "width"); in GetDisplayParams()403 auto height = get_attr(HWC2_ATTRIBUTE_HEIGHT, "height"); in GetDisplayParams()416 auto vsync_period = get_attr(HWC2_ATTRIBUTE_VSYNC_PERIOD, "vsync period"); in GetDisplayParams()426 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams()427 auto dpi_y = get_attr(HWC2_ATTRIBUTE_DPI_Y, "DPI Y"); in GetDisplayParams()