Searched refs:hasHLGSupport (Results 1 – 8 of 8) sorted by relevance
249 bool DisplayColorProfile::hasHLGSupport() const { in hasHLGSupport() function in android::compositionengine::impl::DisplayColorProfile337 (dataspace == Dataspace::BT2020_HLG && hasHLGSupport())) { in hasLegacyHdrSupport()376 return hasHLGSupport(); in isDataspaceSupported()391 dumpVal(out, "hlg", hasHLGSupport()); in dump()
41 MOCK_CONST_METHOD0(hasHLGSupport, bool());
79 virtual bool hasHLGSupport() const = 0;
204 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()
53 bool hasHLGSupport() const override;
358 bool DisplayDevice::hasHLGSupport() const { in hasHLGSupport() function in android::DisplayDevice359 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
146 bool hasHLGSupport() const;
289 EXPECT_EQ(Case::HdrSupport::HDR_HLG_SUPPORTED, device->hasHLGSupport()); in setupNewDisplayDeviceInternalTest()