Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/sysprop/api/
DSurfaceFlingerProperties-current.txt65 api_name: "max_graphics_height"
67 prop_name: "ro.surface_flinger.max_graphics_height"
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.h41 int32_t max_graphics_height(int32_t defaultValue);
DSurfaceFlingerProperties.cpp81 int32_t max_graphics_height(int32_t defaultValue) { in max_graphics_height() function
82 auto temp = SurfaceFlingerProperties::max_graphics_height(); in max_graphics_height()
DSurfaceFlinger.cpp340 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"