Searched refs:hasWideColorDisplay (Results 1 – 10 of 10) sorted by relevance
55 static bool hasWideColorDisplay = variable56 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);211 if (!hasWideColorDisplay) { in TEST_F()297 if (!hasWideColorDisplay) { in TEST_F()351 if (!hasWideColorDisplay) { in TEST_F()665 if (!hasWideColorDisplay) { in TEST_F()730 if (!hasWideColorDisplay) { in TEST_F()768 if (!hasWideColorDisplay) { in TEST_F()
70 # hasWideColorDisplay indicates that the device has230 # When hasWideColorDisplay returns true, this API must return a234 # color gamut, meaning hasWideColorDisplay returns false.
76 return getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in has_wide_color_display()
239 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger302 hasWideColorDisplay = has_wide_color_display(false); in SurfaceFlinger()309 hasWideColorDisplay ? Dataspace::DISPLAY_P3 : Dataspace::V0_SRGB)); in SurfaceFlinger()1060 if (isInternalDisplay && !hasWideColorDisplay) { in getDisplayColorModes()1216 *outIsWideColorDisplay = hasWideColorDisplay; in isWideColorDisplay()4889 StringAppendF(&result, "Device has wide color built-in display: %d\n", hasWideColorDisplay); in dumpWideColorInfo()
226 static bool hasWideColorDisplay; variable
365 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>( in initialize()
317 auto& mutableHasWideColorDisplay() { return SurfaceFlinger::hasWideColorDisplay; } in mutableHasWideColorDisplay()
49 static bool hasWideColorDisplay = variable50 getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);424 ASSERT_EQ(hasWideColorDisplay, supported); in TEST_F()
4511 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()
16 HSPLandroid/hardware/configstore/V1_0/ISurfaceFlingerConfigs$Proxy;->hasWideColorDisplay()Landroid/…