Searched refs:getDisplayColorProfile (Results 1 – 9 of 9) sorted by relevance
303 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()
54 ->getDisplayColorProfile() in getBestColorMode()
61 MOCK_CONST_METHOD0(getDisplayColorProfile, compositionengine::DisplayColorProfile*());
219 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
69 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
356 const auto& profile = *getOutput().getDisplayColorProfile(); in updateCompositionState()842 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
349 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
464 EXPECT_TRUE(mDisplay->getDisplayColorProfile() == nullptr); in TEST_F()468 EXPECT_TRUE(mDisplay->getDisplayColorProfile() != nullptr); in TEST_F()
586 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerUpdateCompositionStateTest()866 EXPECT_CALL(mOutput, getDisplayColorProfile()) in OutputLayerWriteStateToHWCTest()1467 ON_CALL(mOutput, getDisplayColorProfile()).WillByDefault(Return(&mDisplayColorProfile)); in OutputLayerUncacheBufferTest()