Lines Matching defs:DisplayVariant
407 struct DisplayVariant { struct
408 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;
432 static constexpr Primary PRIMARY = primary;
434 static auto makeFakeExistingDisplayInjector(DisplayTransactionTest* test) { in makeFakeExistingDisplayInjector()
473 static void setupNativeWindowSurfaceCreationCallExpectations(DisplayTransactionTest* test) { in setupNativeWindowSurfaceCreationCallExpectations()
491 static void setupFramebufferConsumerBufferQueueCallExpectations(DisplayTransactionTest* test) { in setupFramebufferConsumerBufferQueueCallExpectations()
502 static void setupFramebufferProducerBufferQueueCallExpectations(DisplayTransactionTest* test) { in setupFramebufferProducerBufferQueueCallExpectations()