Home
last modified time | relevance | path

Searched refs:overlayProperties (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_OverlayProperties.cpp42 static void destroyOverlayProperties(gui::OverlayProperties* overlayProperties) { in destroyOverlayProperties() argument
43 delete overlayProperties; in destroyOverlayProperties()
87 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_createDefault() local
93 overlayProperties->combinations.emplace_back(combination); in android_hardware_OverlayProperties_createDefault()
94 overlayProperties->supportMixedColorSpaces = true; in android_hardware_OverlayProperties_createDefault()
95 return reinterpret_cast<jlong>(overlayProperties); in android_hardware_OverlayProperties_createDefault()
109 gui::OverlayProperties* overlayProperties = in android_hardware_OverlayProperties_write() local
111 if (overlayProperties != nullptr) { in android_hardware_OverlayProperties_write()
112 overlayProperties->writeToParcel(parcel); in android_hardware_OverlayProperties_write()
122 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_read() local
[all …]
Dandroid_view_SurfaceControl.cpp1572 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in nativeGetOverlaySupport() local
1573 if (SurfaceComposerClient::getOverlaySupport(overlayProperties) != NO_ERROR) { in nativeGetOverlaySupport()
1574 delete overlayProperties; in nativeGetOverlaySupport()
1577 return android_hardware_OverlayProperties_convertToJavaObject(env, overlayProperties); in nativeGetOverlaySupport()
/frameworks/base/core/jni/include/android_runtime/
Dandroid_hardware_OverlayProperties.h27 JNIEnv* env, gui::OverlayProperties* overlayProperties);
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1394 final OverlayProperties overlayProperties = defaultDisplay.getOverlaySupport(); in initDisplayInfo() local
1422 overlayProperties.isCombinationSupported( in initDisplayInfo()
1424 overlayProperties.isCombinationSupported( in initDisplayInfo()
1430 overlayProperties.isMixedColorSpacesSupported()); in initDisplayInfo()