Home
last modified time | relevance | path

Searched defs:DisplayVariant (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp239 struct DisplayVariant { struct
241 static constexpr int WIDTH = width;
242 static constexpr int HEIGHT = height;
244 static constexpr int GRALLOC_USAGE = grallocUsage;
247 static constexpr DisplayDevice::DisplayType TYPE = type;
248 static constexpr DisplayDevice::DisplayType HWCOMPOSER_ID = hwcId;
251 static constexpr Critical CRITICAL = critical;
254 static constexpr Async ASYNC = async;
257 static constexpr Secure SECURE = secure;
259 static auto makeFakeExistingDisplayInjector(DisplayTransactionTest* test) { in makeFakeExistingDisplayInjector()
[all …]