Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp303 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()
360 return mCompositionDisplay->getDisplayColorProfile()->hasWideColorGamut(); in hasWideColorGamut()
364 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()
368 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10Support(); in hasHDR10Support()
372 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
376 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
380 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
389 mCompositionDisplay->getDisplayColorProfile()->getHdrCapabilities(); in getHdrCapabilities()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_GetBestColorModeTest.cpp54 ->getDisplayColorProfile() in getBestColorMode()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h61 MOCK_CONST_METHOD0(getDisplayColorProfile, compositionengine::DisplayColorProfile*());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h219 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h69 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp356 const auto& profile = *getOutput().getDisplayColorProfile(); in updateCompositionState()
842 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
DOutput.cpp349 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp464 EXPECT_TRUE(mDisplay->getDisplayColorProfile() == nullptr); in TEST_F()
468 EXPECT_TRUE(mDisplay->getDisplayColorProfile() != nullptr); in TEST_F()
DOutputLayerTest.cpp586 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerUpdateCompositionStateTest()
866 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerWriteStateToHWCTest()
1467 ON_CALL(mOutput, getDisplayColorProfile()).WillByDefault(Return(&mDisplayColorProfile)); in OutputLayerUncacheBufferTest()