Searched refs:get_attr (Results 1 – 1 of 1) sorted by relevance
358 auto get_attr = [&](hwc2_attribute_t attr, const char* attr_name) in GetDisplayParams() local372 auto width = get_attr(HWC2_ATTRIBUTE_WIDTH, "width"); in GetDisplayParams()373 auto height = get_attr(HWC2_ATTRIBUTE_HEIGHT, "height"); in GetDisplayParams()386 auto vsync_period = get_attr(HWC2_ATTRIBUTE_VSYNC_PERIOD, "vsync period"); in GetDisplayParams()396 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams()397 auto dpi_y = get_attr(HWC2_ATTRIBUTE_DPI_Y, "DPI Y"); in GetDisplayParams()