Searched refs:hasDolbyVisionSupport (Results 1 – 8 of 8) sorted by relevance
42 MOCK_CONST_METHOD0(hasDolbyVisionSupport, bool());
82 virtual bool hasDolbyVisionSupport() const = 0;
205 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()216 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()227 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()238 EXPECT_FALSE(profile.hasDolbyVisionSupport()); in TEST_F()248 EXPECT_TRUE(profile.hasDolbyVisionSupport()); in TEST_F()
54 bool hasDolbyVisionSupport() const override;
253 bool DisplayColorProfile::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::compositionengine::impl::DisplayColorProfile392 dumpVal(out, "dv", hasDolbyVisionSupport()); in dump()
362 bool DisplayDevice::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::DisplayDevice363 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
147 bool hasDolbyVisionSupport() const;
290 EXPECT_EQ(Case::HdrSupport::HDR_DOLBY_VISION_SUPPORTED, device->hasDolbyVisionSupport()); in setupNewDisplayDeviceInternalTest()