Searched refs:getDisplayColorProfile (Results 1 – 9 of 9) sorted by relevance
303 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()347 return mCompositionDisplay->getDisplayColorProfile()->hasWideColorGamut(); in hasWideColorGamut()351 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()355 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10Support(); in hasHDR10Support()359 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()363 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()367 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()376 mCompositionDisplay->getDisplayColorProfile()->getHdrCapabilities(); in getHdrCapabilities()
54 ->getDisplayColorProfile() in getBestColorMode()
60 MOCK_CONST_METHOD0(getDisplayColorProfile, compositionengine::DisplayColorProfile*());
216 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
67 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
292 const auto& profile = *getOutput().getDisplayColorProfile(); in updateCompositionState()671 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
343 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
460 EXPECT_TRUE(mDisplay->getDisplayColorProfile() == nullptr); in TEST_F()464 EXPECT_TRUE(mDisplay->getDisplayColorProfile() != nullptr); in TEST_F()
561 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerUpdateCompositionStateTest()841 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerWriteStateToHWCTest()1350 ON_CALL(mOutput, getDisplayColorProfile()).WillByDefault(Return(&mDisplayColorProfile)); in OutputLayerUncacheBufferTest()