Searched refs:hasDolbyVisionSupport (Results 1 – 8 of 8) sorted by relevance
42 MOCK_CONST_METHOD0(hasDolbyVisionSupport, bool());
73 virtual bool hasDolbyVisionSupport() const = 0;
234 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()245 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()256 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()267 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()277 EXPECT_TRUE(profile.hasDolbyVisionSupport()); in TEST_F()
54 bool hasDolbyVisionSupport() const override;
264 bool DisplayColorProfile::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::compositionengine::impl::DisplayColorProfile388 dumpVal(out, "dv", hasDolbyVisionSupport()); in dump()
372 bool DisplayDevice::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::DisplayDevice373 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
120 bool hasDolbyVisionSupport() const;
1436 EXPECT_EQ(Case::HdrSupport::HDR_DOLBY_VISION_SUPPORTED, device->hasDolbyVisionSupport()); in setupNewDisplayDeviceInternalTest()