Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/sysprop/api/
DSurfaceFlingerProperties-latest.txt65 api_name: "max_graphics_height"
67 prop_name: "ro.surface_flinger.max_graphics_height"
DSurfaceFlingerProperties-current.txt90 api_name: "max_graphics_height"
92 prop_name: "ro.surface_flinger.max_graphics_height"
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.h41 int32_t max_graphics_height(int32_t defaultValue);
DSurfaceFlingerProperties.cpp83 int32_t max_graphics_height(int32_t defaultValue) { in max_graphics_height() function
84 auto temp = SurfaceFlingerProperties::max_graphics_height(); in max_graphics_height()
DSurfaceFlinger.cpp450 maxGraphicsHeight = std::max(max_graphics_height(0), 0); in SurfaceFlinger()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop83 api_name: "max_graphics_height"
87 prop_name: "ro.surface_flinger.max_graphics_height"