Home
last modified time | relevance | path

Searched refs:setColorProfile (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h52 void setColorProfile(const ColorProfile&) override;
DOutput.h48 void setColorProfile(const ColorProfile&) override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp123 void Display::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Display
140 Output::setColorProfile(colorProfile); in setColorProfile()
DOutput.cpp151 void Output::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Output
614 setColorProfile(pickColorProfile(refreshArgs)); in updateColorProfile()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h46 MOCK_METHOD1(setColorProfile, void(const ColorProfile&));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h177 virtual void setColorProfile(const ColorProfile&) = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp442 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::NATIVE, ui::Dataspace::UNKNOWN, in TEST_F()
457 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
482 virtualDisplay->setColorProfile( in TEST_F()
DOutputTest.cpp390 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
415 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
1585 MOCK_METHOD1(setColorProfile, void(const ColorProfile&));
1636 setColorProfile(ColorProfileEq( in TEST_F()
1665 setColorProfile( in expectBestColorModeCallResultUsedToSetColorProfile()
1720 setColorProfile(ColorProfileEq( in thenExpectSetColorProfileCallUsesColorSpaceAgnosticDataspace()
1754 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_TopmostLayerPreferenceSetsOutputPreference()
1876 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_ForceOutputColorOverrides()
1929 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_Hdr()
2209 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfile_AffectsChosenRenderIntentTest()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1237 display->getCompositionDisplay()->setColorProfile( in setActiveColorMode()
2559 display->getCompositionDisplay()->setColorProfile( in setupNewDisplayDeviceInternal()