Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/
DExynosHWCModule.h44 struct exynos_display_t { struct
128 static const std::array<exynos_display_t, 2> AVAILABLE_DISPLAY_UNITS = {{
/hardware/google/graphics/gs201/libhwc2.1/
DExynosHWCModule.h49 static const std::array<exynos_display_t, 2> AVAILABLE_DISPLAY_UNITS = {{
/hardware/google/graphics/zumapro/libhwc2.1/
DExynosHWCModule.h134 static const std::array<exynos_display_t, 3> AVAILABLE_DISPLAY_UNITS = {
/hardware/google/graphics/zuma/libhwc2.1/
DExynosHWCModule.h137 static const std::array<exynos_display_t, 3> AVAILABLE_DISPLAY_UNITS = {{
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp113 exynos_display_t display_t = AVAILABLE_DISPLAY_UNITS[i]; in ExynosDevice()