Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetPowerModeInternalTest.cpp56 struct DozeNotSupportedVariant { struct
57 static constexpr bool DOZE_SUPPORTED = false;
58 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =
60 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =
63 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()