Searched refs:AVAILABLE_DISPLAY_UNITS (Results 1 – 5 of 5) sorted by relevance
49 static const std::array<exynos_display_t, 2> AVAILABLE_DISPLAY_UNITS = {{ variable
128 static const std::array<exynos_display_t, 2> AVAILABLE_DISPLAY_UNITS = {{ variable
137 static const std::array<exynos_display_t, 3> AVAILABLE_DISPLAY_UNITS = {{ variable
134 static const std::array<exynos_display_t, 3> AVAILABLE_DISPLAY_UNITS = { variable
112 for (size_t i = 0; i < AVAILABLE_DISPLAY_UNITS.size(); i++) { in ExynosDevice()113 exynos_display_t display_t = AVAILABLE_DISPLAY_UNITS[i]; in ExynosDevice()