/frameworks/base/core/java/android/hardware/ |
D | OverlayProperties.java | 41 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 …]
|
D | OWNERS | 20 # OverlayProperties 21 per-file OverlayProperties* = file:/graphics/java/android/graphics/OWNERS
|
D | OverlayProperties.aidl | 19 parcelable OverlayProperties;
|
/frameworks/base/core/jni/ |
D | android_hardware_OverlayProperties.cpp | 42 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/ |
D | overlayproperties_flags.aconfig | 8 …description: "public OverlayProperties class, OverlayProperties#supportMixedColorSpaces and Displa…
|
/frameworks/base/core/jni/include/android_runtime/ |
D | android_hardware_OverlayProperties.h | 27 JNIEnv* env, gui::OverlayProperties* overlayProperties);
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | OverlayProperties.aidl | 20 parcelable OverlayProperties {
|
D | ISurfaceComposer.aidl | 46 import android.gui.OverlayProperties; 567 OverlayProperties getOverlaySupport(); in getOverlaySupport()
|
/frameworks/layoutlib/bridge/src/android/hardware/display/ |
D | DisplayManagerGlobal.java | 28 import android.hardware.OverlayProperties; 154 public OverlayProperties getOverlaySupport() { return null; } in getOverlaySupport()
|
/frameworks/base/core/java/android/hardware/display/ |
D | IDisplayManager.aidl | 21 import android.hardware.OverlayProperties; 229 OverlayProperties getOverlaySupport(); in getOverlaySupport()
|
D | DisplayManagerGlobal.java | 36 import android.hardware.OverlayProperties; 137 private final OverlayProperties mOverlayProperties; 869 public OverlayProperties getOverlaySupport() { in getOverlaySupport()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 192 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;
|
D | AidlComposerHal.h | 56 using aidl::android::hardware::graphics::composer3::OverlayProperties; 111 Error getOverlaySupport(OverlayProperties* outProperties) override;
|
D | HWC2.h | 130 aidl::android::hardware::graphics::composer3::OverlayProperties* outProperties) 221 hal::Error getOverlaySupport(aidl::android::hardware::graphics::composer3::OverlayProperties*
|
D | ComposerHal.h | 296 virtual Error getOverlaySupport(V3_0::OverlayProperties* outProperties) = 0;
|
D | HWC2.cpp | 44 using aidl::android::hardware::graphics::composer3::OverlayProperties; 357 Error Display::getOverlaySupport(OverlayProperties* outProperties) const { in getOverlaySupport()
|
D | HidlComposerHal.h | 212 Error getOverlaySupport(aidl::android::hardware::graphics::composer3::OverlayProperties*
|
D | HidlComposerHal.cpp | 49 using aidl::android::hardware::graphics::composer3::OverlayProperties; 580 Error HidlComposer::getOverlaySupport(OverlayProperties* /*outProperties*/) { in getOverlaySupport() argument
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 150 MOCK_METHOD(const aidl::android::hardware::graphics::composer3::OverlayProperties&,
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 110 (aidl::android::hardware::graphics::composer3::OverlayProperties *),
|
D | MockComposer.h | 178 Error(aidl::android::hardware::graphics::composer3::OverlayProperties*));
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 30 import android.hardware.OverlayProperties; 1394 final OverlayProperties overlayProperties = defaultDisplay.getOverlaySupport(); in initDisplayInfo()
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 42 import android.hardware.OverlayProperties; 1572 public OverlayProperties getOverlaySupport() { in getOverlaySupport() 1579 return OverlayProperties.getDefault(); in getOverlaySupport()
|
D | SurfaceControl.java | 53 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/ |
D | SurfaceComposerClient.h | 187 static status_t getOverlaySupport(gui::OverlayProperties* outProperties);
|