Home
last modified time | relevance | path

Searched refs:get_attr (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp374 auto get_attr = [&](hwc2_attribute_t attr, const char* attr_name) in GetDisplayParams() local
388 auto width = get_attr(HWC2_ATTRIBUTE_WIDTH, "width"); in GetDisplayParams()
389 auto height = get_attr(HWC2_ATTRIBUTE_HEIGHT, "height"); in GetDisplayParams()
402 auto vsync_period = get_attr(HWC2_ATTRIBUTE_VSYNC_PERIOD, "vsync period"); in GetDisplayParams()
412 auto dpi_x = get_attr(HWC2_ATTRIBUTE_DPI_X, "DPI X"); in GetDisplayParams()
413 auto dpi_y = get_attr(HWC2_ATTRIBUTE_DPI_Y, "DPI Y"); in GetDisplayParams()