Searched refs:OverlayProperties (Results 1 – 18 of 18) sorted by relevance
30 using OverlayProperties = aidl::android::hardware::graphics::composer3::OverlayProperties; variable31 using SupportedBufferCombinations = OverlayProperties::SupportedBufferCombinations;32 virtual int32_t getOverlaySupport(OverlayProperties* caps);
56 int32_t ExynosDeviceModule::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()
36 parcelable OverlayProperties {37 android.hardware.graphics.composer3.OverlayProperties.SupportedBufferCombinations[] combinations;
84 android.hardware.graphics.composer3.OverlayProperties getOverlaySupport(); in getOverlaySupport()
78 android.hardware.graphics.composer3.OverlayProperties getOverlaySupport(); in getOverlaySupport()
20 parcelable OverlayProperties {
40 import android.hardware.graphics.composer3.OverlayProperties;840 OverlayProperties getOverlaySupport(); in getOverlaySupport()
68 using OverlayProperties = aidl::android::hardware::graphics::composer3::OverlayProperties; variable349 virtual int32_t getOverlaySupport([[maybe_unused]] OverlayProperties* caps){ in getOverlaySupport()
98 ndk::ScopedAStatus getOverlaySupport(OverlayProperties* caps) override;
264 ndk::ScopedAStatus ComposerClient::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()
429 std::pair<ScopedAStatus, composer3::OverlayProperties> VtsComposerClient::getOverlaySupport() { in getOverlaySupport()430 OverlayProperties properties; in getOverlaySupport()
195 std::pair<ScopedAStatus, OverlayProperties> getOverlaySupport();
159 virtual int32_t getOverlaySupport(OverlayProperties* caps) = 0;
86 int32_t getOverlaySupport(OverlayProperties* caps) override;
637 int32_t HalImpl::getOverlaySupport(OverlayProperties* caps) { in getOverlaySupport()