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.h54 void setColorProfile(const ColorProfile&) override;
DOutput.h58 void setColorProfile(const ColorProfile&) override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp114 void Display::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Display
126 Output::setColorProfile(colorProfile); in setColorProfile()
DOutput.cpp267 void Output::setColorProfile(const ColorProfile& colorProfile) { in setColorProfile() function in android::compositionengine::impl::Output
940 setColorProfile(pickColorProfile(refreshArgs)); in updateColorProfile()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h52 MOCK_METHOD1(setColorProfile, void(const ColorProfile&));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h198 virtual void setColorProfile(const ColorProfile&) = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp412 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::NATIVE, ui::Dataspace::UNKNOWN, in TEST_F()
426 mDisplay->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
444 virtualDisplay->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, in TEST_F()
DOutputTest.cpp549 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
566 mOutput->setColorProfile(ColorProfile{ui::ColorMode::DISPLAY_P3, ui::Dataspace::DISPLAY_P3, in TEST_F()
2086 MOCK_METHOD1(setColorProfile, void(const ColorProfile&));
2138 setColorProfile( in TEST_F()
2165 setColorProfile( in expectBestColorModeCallResultUsedToSetColorProfile()
2203 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_TopmostLayerPreferenceSetsOutputPreference()
2324 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_ForceOutputColorOverrides()
2376 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfileTest_Hdr()
2655 EXPECT_CALL(mOutput, setColorProfile(_)).WillRepeatedly(Return()); in OutputUpdateColorProfile_AffectsChosenRenderIntentTest()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1627 display->getCompositionDisplay()->setColorProfile( in setActiveColorMode()
3778 display->getCompositionDisplay()->setColorProfile( in setupNewDisplayDeviceInternal()