Searched refs:hasHDR10PlusSupport (Results 1 – 8 of 8) sorted by relevance
39 MOCK_CONST_METHOD0(hasHDR10PlusSupport, bool());
73 virtual bool hasHDR10PlusSupport() const = 0;
51 bool hasHDR10PlusSupport() const override;
345 bool DisplayDevice::hasHDR10PlusSupport() const { in hasHDR10PlusSupport() function in android::DisplayDevice346 return mCompositionDisplay->getDisplayColorProfile()->hasHDR10PlusSupport(); in hasHDR10PlusSupport()
130 bool hasHDR10PlusSupport() const;
252 bool DisplayColorProfile::hasHDR10PlusSupport() const { in hasHDR10PlusSupport() function in android::compositionengine::impl::DisplayColorProfile411 dumpVal(out, "hdr10plus", hasHDR10PlusSupport()); in dump()
202 EXPECT_FALSE(profile.hasHDR10PlusSupport()); in TEST_F()213 EXPECT_TRUE(profile.hasHDR10PlusSupport()); in TEST_F()224 EXPECT_FALSE(profile.hasHDR10PlusSupport()); in TEST_F()235 EXPECT_FALSE(profile.hasHDR10PlusSupport()); in TEST_F()
276 EXPECT_EQ(Case::HdrSupport::HDR10_PLUS_SUPPORTED, device->hasHDR10PlusSupport()); in setupNewDisplayDeviceInternalTest()