Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DExynosDeviceModule.h30 using OverlayProperties = aidl::android::hardware::graphics::composer3::OverlayProperties; variable
31 using SupportedBufferCombinations = OverlayProperties::SupportedBufferCombinations;
32 virtual int32_t getOverlaySupport(OverlayProperties* caps);
DExynosDeviceModule.cpp56 int32_t ExynosDeviceModule::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DOverlayProperties.aidl36 parcelable OverlayProperties {
37 android.hardware.graphics.composer3.OverlayProperties.SupportedBufferCombinations[] combinations;
DIComposerClient.aidl84 android.hardware.graphics.composer3.OverlayProperties getOverlaySupport(); in getOverlaySupport()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DOverlayProperties.aidl36 parcelable OverlayProperties {
37 android.hardware.graphics.composer3.OverlayProperties.SupportedBufferCombinations[] combinations;
DIComposerClient.aidl78 android.hardware.graphics.composer3.OverlayProperties getOverlaySupport(); in getOverlaySupport()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DOverlayProperties.aidl36 parcelable OverlayProperties {
37 android.hardware.graphics.composer3.OverlayProperties.SupportedBufferCombinations[] combinations;
DIComposerClient.aidl84 android.hardware.graphics.composer3.OverlayProperties getOverlaySupport(); in getOverlaySupport()
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DOverlayProperties.aidl20 parcelable OverlayProperties {
DIComposerClient.aidl40 import android.hardware.graphics.composer3.OverlayProperties;
840 OverlayProperties getOverlaySupport(); in getOverlaySupport()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h68 using OverlayProperties = aidl::android::hardware::graphics::composer3::OverlayProperties; variable
349 virtual int32_t getOverlaySupport([[maybe_unused]] OverlayProperties* caps){ in getOverlaySupport()
/hardware/google/graphics/common/hwc3/
DComposerClient.h98 ndk::ScopedAStatus getOverlaySupport(OverlayProperties* caps) override;
DComposerClient.cpp264 ndk::ScopedAStatus ComposerClient::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp429 std::pair<ScopedAStatus, composer3::OverlayProperties> VtsComposerClient::getOverlaySupport() { in getOverlaySupport()
430 OverlayProperties properties; in getOverlaySupport()
DVtsComposerClient.h195 std::pair<ScopedAStatus, OverlayProperties> getOverlaySupport();
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h159 virtual int32_t getOverlaySupport(OverlayProperties* caps) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h86 int32_t getOverlaySupport(OverlayProperties* caps) override;
DHalImpl.cpp637 int32_t HalImpl::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()