Searched refs:getDisplayColorProfile (Results 1 – 8 of 8) sorted by relevance
311 return mCompositionDisplay->getDisplayColorProfile()->hasRenderIntent(intent); in hasRenderIntent()357 return mCompositionDisplay->getDisplayColorProfile()->hasWideColorGamut(); in hasWideColorGamut()361 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()365 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10Support(); in hasHDR10Support()369 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()373 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()377 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()381 return mCompositionDisplay->getDisplayColorProfile()->getHdrCapabilities(); in getHdrCapabilities()
1859 auto* profile = display->getDisplayColorProfile(); in calculateWorkingSet()2353 auto* profile = display->getCompositionDisplay()->getDisplayColorProfile(); in pickColorMode()3450 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
1223 ->getDisplayColorProfile() in getBestColorMode()