Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetPowerModeInternalTest.cpp47 struct DozeNotSupportedVariant { struct
48 static constexpr bool DOZE_SUPPORTED = false;
49 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =
51 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =
54 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()