Home
last modified time | relevance | path

Searched refs:hasHLGSupport (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp249 bool DisplayColorProfile::hasHLGSupport() const { in hasHLGSupport() function in android::compositionengine::impl::DisplayColorProfile
337 (dataspace == Dataspace::BT2020_HLG && hasHLGSupport())) { in hasLegacyHdrSupport()
376 return hasHLGSupport(); in isDataspaceSupported()
391 dumpVal(out, "hlg", hasHLGSupport()); in dump()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplayColorProfile.h41 MOCK_CONST_METHOD0(hasHLGSupport, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayColorProfile.h79 virtual bool hasHLGSupport() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp204 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
215 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
226 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
237 EXPECT_TRUE(profile.hasHLGSupport()); in TEST_F()
247 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h53 bool hasHLGSupport() const override;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp358 bool DisplayDevice::hasHLGSupport() const { in hasHLGSupport() function in android::DisplayDevice
359 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
DDisplayDevice.h146 bool hasHLGSupport() const;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp289 EXPECT_EQ(Case::HdrSupport::HDR_HLG_SUPPORTED, device->hasHLGSupport()); in setupNewDisplayDeviceInternalTest()