Searched defs:DisplayVariant (Results 1 – 1 of 1) sorted by relevance
316 struct DisplayVariant { struct317 using DISPLAY_ID = DisplayIdGetter<DisplayIdType>;320 static constexpr int WIDTH = width;321 static constexpr int HEIGHT = height;323 static constexpr int GRALLOC_USAGE = grallocUsage;330 static constexpr Critical CRITICAL = critical;333 static constexpr Async ASYNC = async;336 static constexpr Secure SECURE = secure;339 static constexpr Primary PRIMARY = primary;341 static auto makeFakeExistingDisplayInjector(DisplayTransactionTest* test) { in makeFakeExistingDisplayInjector()[all …]