summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.h
diff options
context:
space:
mode:
authorKriti Dang <kritidang@google.com>2023-02-15 07:14:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-02-15 07:14:42 +0000
commitd31dc41e60ed1aec2b96d4ea7cb23c6fd8cf9388 (patch)
tree66c9c1e229519d9ca4d7bdf8a56eac52f2600407 /hwc3/impl/HalImpl.h
parent1cf9670eeb6838069ce4beaad618171f26df482c (diff)
parented23172a9cd103423897e53d56171d9f70d551db (diff)
Merge "Update setHdrConversionStrategy to return the preferredHdrOutput type"
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r--hwc3/impl/HalImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h
index 372e190..6af1b17 100644
--- a/hwc3/impl/HalImpl.h
+++ b/hwc3/impl/HalImpl.h
@@ -94,7 +94,7 @@ class HalImpl : public IComposerHal {
int32_t clearBootDisplayConfig(int64_t display) override;
int32_t getPreferredBootDisplayConfig(int64_t display, int32_t* config) override;
int32_t getHdrConversionCapabilities(std::vector<common::HdrConversionCapability>*) override;
- int32_t setHdrConversionStrategy(const common::HdrConversionStrategy&) override;
+ int32_t setHdrConversionStrategy(const common::HdrConversionStrategy&, common::Hdr*) override;
int32_t setAutoLowLatencyMode(int64_t display, bool on) override;
int32_t setClientTarget(int64_t display, buffer_handle_t target,
const ndk::ScopedFileDescriptor& fence, common::Dataspace dataspace,