Searched refs:hasDolbyVisionSupport (Results 1 – 8 of 8) sorted by relevance
42 MOCK_CONST_METHOD0(hasDolbyVisionSupport, bool());
81 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;
337 bool DisplayDevice::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::DisplayDevice338 return mCompositionDisplay->getDisplayColorProfile()->hasDolbyVisionSupport(); in hasDolbyVisionSupport()
120 bool hasDolbyVisionSupport() const;
264 bool DisplayColorProfile::hasDolbyVisionSupport() const { in hasDolbyVisionSupport() function in android::compositionengine::impl::DisplayColorProfile414 dumpVal(out, "dv", hasDolbyVisionSupport()); in dump()
1820 EXPECT_EQ(Case::HdrSupport::HDR_DOLBY_VISION_SUPPORTED, device->hasDolbyVisionSupport()); in setupNewDisplayDeviceInternalTest()