Home
last modified time | relevance | path

Searched refs:OverlayProperties (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/hardware/
DOverlayProperties.java41 public final class OverlayProperties implements Parcelable { class
44 NativeAllocationRegistry.createMalloced(OverlayProperties.class.getClassLoader(),
49 private static OverlayProperties sDefaultOverlayProperties;
53 private OverlayProperties(long nativeObject) { in OverlayProperties() method in OverlayProperties
65 public static OverlayProperties getDefault() { in getDefault()
67 sDefaultOverlayProperties = new OverlayProperties(nCreateDefault()); in getDefault()
122 public static final @NonNull Parcelable.Creator<OverlayProperties> CREATOR =
123 new Parcelable.Creator<OverlayProperties>() {
124 public OverlayProperties createFromParcel(Parcel in) {
126 return new OverlayProperties(nReadOverlayPropertiesFromParcel(in));
[all …]
DOWNERS20 # OverlayProperties
21 per-file OverlayProperties* = file:/graphics/java/android/graphics/OWNERS
DOverlayProperties.aidl19 parcelable OverlayProperties;
/frameworks/base/core/jni/
Dandroid_hardware_OverlayProperties.cpp42 static void destroyOverlayProperties(gui::OverlayProperties* overlayProperties) { in destroyOverlayProperties()
58 gui::OverlayProperties* properties = reinterpret_cast<gui::OverlayProperties*>(nativeObject); in android_hardware_OverlayProperties_isCombinationSupported()
79 gui::OverlayProperties* properties = reinterpret_cast<gui::OverlayProperties*>(nativeObject); in android_hardware_OverlayProperties_supportMixedColorSpaces()
87 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_createDefault()
88 gui::OverlayProperties::SupportedBufferCombinations combination; in android_hardware_OverlayProperties_createDefault()
109 gui::OverlayProperties* overlayProperties = in android_hardware_OverlayProperties_write()
110 reinterpret_cast<gui::OverlayProperties*>(nativeObject); in android_hardware_OverlayProperties_write()
122 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_read()
137 JNIEnv* env, gui::OverlayProperties* overlayProperties) { in android_hardware_OverlayProperties_convertToJavaObject()
/frameworks/base/core/java/android/hardware/flags/
Doverlayproperties_flags.aconfig8 …description: "public OverlayProperties class, OverlayProperties#supportMixedColorSpaces and Displa…
/frameworks/base/core/jni/include/android_runtime/
Dandroid_hardware_OverlayProperties.h27 JNIEnv* env, gui::OverlayProperties* overlayProperties);
/frameworks/native/libs/gui/aidl/android/gui/
DOverlayProperties.aidl20 parcelable OverlayProperties {
DISurfaceComposer.aidl46 import android.gui.OverlayProperties;
567 OverlayProperties getOverlaySupport(); in getOverlaySupport()
/frameworks/layoutlib/bridge/src/android/hardware/display/
DDisplayManagerGlobal.java28 import android.hardware.OverlayProperties;
154 public OverlayProperties getOverlaySupport() { return null; } in getOverlaySupport()
/frameworks/base/core/java/android/hardware/display/
DIDisplayManager.aidl21 import android.hardware.OverlayProperties;
229 OverlayProperties getOverlaySupport(); in getOverlaySupport()
DDisplayManagerGlobal.java36 import android.hardware.OverlayProperties;
137 private final OverlayProperties mOverlayProperties;
869 public OverlayProperties getOverlaySupport() { in getOverlaySupport()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h192 virtual const aidl::android::hardware::graphics::composer3::OverlayProperties&
395 const aidl::android::hardware::graphics::composer3::OverlayProperties& getOverlaySupport()
539 aidl::android::hardware::graphics::composer3::OverlayProperties mOverlayProperties;
DAidlComposerHal.h56 using aidl::android::hardware::graphics::composer3::OverlayProperties;
111 Error getOverlaySupport(OverlayProperties* outProperties) override;
DHWC2.h130 aidl::android::hardware::graphics::composer3::OverlayProperties* outProperties)
221 hal::Error getOverlaySupport(aidl::android::hardware::graphics::composer3::OverlayProperties*
DComposerHal.h296 virtual Error getOverlaySupport(V3_0::OverlayProperties* outProperties) = 0;
DHWC2.cpp44 using aidl::android::hardware::graphics::composer3::OverlayProperties;
357 Error Display::getOverlaySupport(OverlayProperties* outProperties) const { in getOverlaySupport()
DHidlComposerHal.h212 Error getOverlaySupport(aidl::android::hardware::graphics::composer3::OverlayProperties*
DHidlComposerHal.cpp49 using aidl::android::hardware::graphics::composer3::OverlayProperties;
580 Error HidlComposer::getOverlaySupport(OverlayProperties* /*outProperties*/) { in getOverlaySupport() argument
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h150 MOCK_METHOD(const aidl::android::hardware::graphics::composer3::OverlayProperties&,
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h110 (aidl::android::hardware::graphics::composer3::OverlayProperties *),
DMockComposer.h178 Error(aidl::android::hardware::graphics::composer3::OverlayProperties*));
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java30 import android.hardware.OverlayProperties;
1394 final OverlayProperties overlayProperties = defaultDisplay.getOverlaySupport(); in initDisplayInfo()
/frameworks/base/core/java/android/view/
DDisplay.java42 import android.hardware.OverlayProperties;
1572 public OverlayProperties getOverlaySupport() { in getOverlaySupport()
1579 return OverlayProperties.getDefault(); in getOverlaySupport()
DSurfaceControl.java53 import android.hardware.OverlayProperties;
207 private static native OverlayProperties nativeGetOverlaySupport(); in nativeGetOverlaySupport()
2417 public static OverlayProperties getOverlaySupport() { in getOverlaySupport()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h187 static status_t getOverlaySupport(gui::OverlayProperties* outProperties);

12