diff options
author | Sally Qi <sallyqi@google.com> | 2022-08-16 12:55:50 -0700 |
---|---|---|
committer | Sally Qi <sallyqi@google.com> | 2022-10-03 13:11:33 -0700 |
commit | dfb463fabff93840f0aee761ba7b05c80a44ee13 (patch) | |
tree | dd02acba0c5125defc435b445a6ba58a74208db4 /hwc3/impl/HalImpl.h | |
parent | 112eea9e9299480c286de027aedf244dc1eac620 (diff) |
hwc3: Add getOverlaySupport()
Bug: 242588489
Test: atest VtsHalGraphicsComposer3_TargetTest
Change-Id: I505a76213549c3ff613c93c707cd01777801455d
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r-- | hwc3/impl/HalImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h index f772ca4..21af64e 100644 --- a/hwc3/impl/HalImpl.h +++ b/hwc3/impl/HalImpl.h @@ -71,6 +71,7 @@ class HalImpl : public IComposerHal { int32_t getDisplayPhysicalOrientation(int64_t display, common::Transform* orientation) override; int32_t getDozeSupport(int64_t display, bool& outSupport) override; int32_t getHdrCapabilities(int64_t display, HdrCapabilities* caps) override; + int32_t getOverlaySupport(OverlayProperties* caps) override; int32_t getMaxVirtualDisplayCount(int32_t* count) override; int32_t getPerFrameMetadataKeys(int64_t display, std::vector<PerFrameMetadataKey>* keys) override; |