Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/sysprop/api/
DSurfaceFlingerProperties-latest.txt70 api_name: "max_graphics_width"
72 prop_name: "ro.surface_flinger.max_graphics_width"
DSurfaceFlingerProperties-current.txt95 api_name: "max_graphics_width"
97 prop_name: "ro.surface_flinger.max_graphics_width"
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.h40 int32_t max_graphics_width(int32_t defaultValue);
DSurfaceFlingerProperties.cpp75 int32_t max_graphics_width(int32_t defaultValue) { in max_graphics_width() function
76 auto temp = SurfaceFlingerProperties::max_graphics_width(); in max_graphics_width()
DSurfaceFlinger.cpp449 maxGraphicsWidth = std::max(max_graphics_width(0), 0); in SurfaceFlinger()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop73 api_name: "max_graphics_width"
77 prop_name: "ro.surface_flinger.max_graphics_width"