Home
last modified time | relevance | path

Searched refs:getDisplayColorProfile (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp307 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()
353 return mCompositionDisplay->getDisplayColorProfile()->hasWideColorGamut(); in hasWideColorGamut()
357 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()
361 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10Support(); in hasHDR10Support()
365 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
369 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
373 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
377 return mCompositionDisplay->getDisplayColorProfile()->getHdrCapabilities(); in getHdrCapabilities()
DSurfaceFlinger.cpp1830 auto* profile = display->getDisplayColorProfile(); in calculateWorkingSet()
2320 auto* profile = display->getCompositionDisplay()->getDisplayColorProfile(); in pickColorMode()
3378 const auto* profile = display->getDisplayColorProfile(); in doComposeSurfaces()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp191 EXPECT_TRUE(mDisplay.getDisplayColorProfile() == nullptr); in TEST_F()
195 EXPECT_TRUE(mDisplay.getDisplayColorProfile() != nullptr); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h50 MOCK_CONST_METHOD0(getDisplayColorProfile, DisplayColorProfile*());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h86 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h55 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp160 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1213 ->getDisplayColorProfile() in getBestColorMode()