Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayTransactionTest.cpp41 mFlinger.mutableUseColorManagement() = false; in DisplayTransactionTest()
H A DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp37 test->mFlinger.mutableUseColorManagement() = true; in injectConfigChange()
H A DDisplayTransactionTestHelpers.h674 test->mFlinger.mutableUseColorManagement() = true;
693 test->mFlinger.mutableUseColorManagement() = false;
H A DTestableSurfaceFlinger.h422 auto& mutableUseColorManagement() { return SurfaceFlinger::useColorManagement; } in mutableUseColorManagement() function