Home
last modified time | relevance | path

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

/external/drm_hwcomposer/drm/
DDrmConnector.cpp33 constexpr size_t TYPES_COUNT = 17; variable
147 constexpr std::array<const char *, TYPES_COUNT> names = in name()
152 if (type_ < TYPES_COUNT) { in name()