Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2772 struct DozeIsSupportedVariant { struct
2773 static constexpr bool DOZE_SUPPORTED = true;
2774 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =
2776 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =
2779 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()