Searched refs:hasHLGSupport (Results 1 – 9 of 9) sorted by relevance
230 if (!hasHLGSupport()) { in DisplayColorProfile()260 bool DisplayColorProfile::hasHLGSupport() const { in hasHLGSupport() function in android::compositionengine::impl::DisplayColorProfile348 (dataspace == Dataspace::BT2020_HLG && hasHLGSupport())) { in hasLegacyHdrSupport()387 dumpVal(out, "hlg", hasHLGSupport()); in dump()
41 MOCK_CONST_METHOD0(hasHLGSupport, bool());
70 virtual bool hasHLGSupport() const = 0;
233 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()244 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()255 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()266 EXPECT_TRUE(profile.hasHLGSupport()); in TEST_F()276 EXPECT_FALSE(profile.hasHLGSupport()); in TEST_F()
53 bool hasHLGSupport() const override;
368 bool DisplayDevice::hasHLGSupport() const { in hasHLGSupport() function in android::DisplayDevice369 return mCompositionDisplay->getDisplayColorProfile()->hasHLGSupport(); in hasHLGSupport()
119 bool hasHLGSupport() const;
1887 !profile->hasHLGSupport()) { in calculateWorkingSet()
1435 EXPECT_EQ(Case::HdrSupport::HDR_HLG_SUPPORTED, device->hasHLGSupport()); in setupNewDisplayDeviceInternalTest()