Home
last modified time | relevance | path

Searched refs:AVAILABLE_DISPLAY_UNITS (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/
H A DExynosHWCModule.h150 const std::array<exynos_display_t, 2> AVAILABLE_DISPLAY_UNITS = {{ variable
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp92 for (size_t i = 0; i < AVAILABLE_DISPLAY_UNITS.size(); i++) { in ExynosDevice()
93 exynos_display_t display_t = AVAILABLE_DISPLAY_UNITS[i]; in ExynosDevice()