Searched defs:DisplayVariant (Results 1 – 1 of 1) sorted by relevance
407 struct DisplayVariant { struct408 using DISPLAY_ID = DisplayIdGetter<DisplayIdType>;409 using CONNECTION_TYPE = DisplayConnectionTypeGetter<DisplayIdType>;410 using HWC_DISPLAY_ID_OPT = HwcDisplayIdGetter<DisplayIdType>;413 static constexpr int WIDTH = width;414 static constexpr int HEIGHT = height;416 static constexpr int GRALLOC_USAGE = grallocUsage;423 static constexpr Critical CRITICAL = critical;426 static constexpr Async ASYNC = async;429 static constexpr Secure SECURE = secure;[all …]