Searched refs:supportMixedColorSpaces (Results 1 – 8 of 8) sorted by relevance
115 void DeviceInfo::setSupportMixedColorSpaces(bool supportMixedColorSpaces) { in setSupportMixedColorSpaces() argument116 get()->mSupportMixedColorSpaces = supportMixedColorSpaces; in setSupportMixedColorSpaces()
81 static void setSupportMixedColorSpaces(bool supportMixedColorSpaces);
29 boolean supportMixedColorSpaces;
8 …description: "public OverlayProperties class, OverlayProperties#supportMixedColorSpaces and Displa…
80 if (properties != nullptr && properties->supportMixedColorSpaces) { in android_hardware_OverlayProperties_supportMixedColorSpaces()94 overlayProperties->supportMixedColorSpaces = true; in android_hardware_OverlayProperties_createDefault()
878 jboolean supportMixedColorSpaces) { in android_view_ThreadedRenderer_initDisplayInfo() argument887 DeviceInfo::setSupportMixedColorSpaces(supportMixedColorSpaces); in android_view_ThreadedRenderer_initDisplayInfo()
976 mOverlayProperties.supportMixedColorSpaces); in dumpOverlayProperties()
1678 outProperties->supportMixedColorSpaces = aidlProperties.supportMixedColorSpaces; in getOverlaySupport()