Home
last modified time | relevance | path

Searched refs:mutableSupportsWideColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp37 mFlinger.mutableSupportsWideColor() = false; in DisplayTransactionTest()
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp39 test->mFlinger.mutableSupportsWideColor() = true; in injectConfigChange()
DDisplayTransactionTestHelpers.h707 test->mFlinger.mutableSupportsWideColor() = true;
722 test->mFlinger.mutableSupportsWideColor() = false;
DTestableSurfaceFlinger.h675 auto& mutableSupportsWideColor() { return mFlinger->mSupportsWideColor; } in mutableSupportsWideColor() function