Searched refs:hasWideColorDisplay (Results 1 – 5 of 5) sorted by relevance
59 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable213 if (!hasWideColorDisplay) { in TEST_F()299 if (!hasWideColorDisplay) { in TEST_F()358 if (!hasWideColorDisplay) { in TEST_F()672 if (!hasWideColorDisplay) { in TEST_F()737 if (!hasWideColorDisplay) { in TEST_F()775 if (!hasWideColorDisplay) { in TEST_F()877 if (!hasWideColorDisplay) { in TEST_F()968 if (!hasWideColorDisplay) { in TEST_F()
90 # hasWideColorDisplay indicates that the device has251 # When hasWideColorDisplay returns true, this API must return a255 # color gamut, meaning hasWideColorDisplay returns false.
96 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in has_wide_color_display()
61 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable384 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
5567 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()