Searched refs:getDisplayColorProfile (Results 1 – 8 of 8) sorted by relevance
307 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()
1830 auto* profile = display->getDisplayColorProfile(); in calculateWorkingSet()2320 auto* profile = display->getCompositionDisplay()->getDisplayColorProfile(); in pickColorMode()3378 const auto* profile = display->getDisplayColorProfile(); in doComposeSurfaces()
191 EXPECT_TRUE(mDisplay.getDisplayColorProfile() == nullptr); in TEST_F()195 EXPECT_TRUE(mDisplay.getDisplayColorProfile() != nullptr); in TEST_F()
50 MOCK_CONST_METHOD0(getDisplayColorProfile, DisplayColorProfile*());
86 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;
55 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;
160 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile() function in android::compositionengine::impl::Output
1213 ->getDisplayColorProfile() in getBestColorMode()