summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.h
diff options
context:
space:
mode:
authorRam Indani <ramindani@google.com>2023-02-13 23:00:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-02-13 23:00:02 +0000
commit40bddd886e72747f41e312ff70540aeba265d85c (patch)
tree30fcb2502228aec9d103b4b354ef86837173dd3d /hwc3/impl/HalImpl.h
parenta8a661a33bdfedc5d45b8ebeaa07b24c4cdb8106 (diff)
parent050b97b1df1c15664a505aa5d512db95f155aa6b (diff)
Merge "[HWC3] native implementation for setRefreshRateChangedCallbackDebugEnabled Add onRefreshRateChangedDebug"
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r--hwc3/impl/HalImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h
index dce48c0..372e190 100644
--- a/hwc3/impl/HalImpl.h
+++ b/hwc3/impl/HalImpl.h
@@ -158,6 +158,8 @@ class HalImpl : public IComposerHal {
const std::optional<ClockMonotonicTimestamp> expectedPresentTime) override;
EventCallback* getEventCallback() { return mEventCallback; }
+ int32_t setRefreshRateChangedCallbackDebugEnabled(int64_t /* display */,
+ bool /* enabled */) override;
private:
void initCaps();