Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2779 struct DozeNotSupportedVariant { struct
2780 static constexpr bool DOZE_SUPPORTED = false;
2781 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =
2783 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =
2786 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()