diff options
author | ramindani <ramindani@google.com> | 2023-02-03 13:23:28 -0800 |
---|---|---|
committer | ramindani <ramindani@google.com> | 2023-02-13 08:55:07 -0800 |
commit | 050b97b1df1c15664a505aa5d512db95f155aa6b (patch) | |
tree | c7d2a7c902ee02c2f49591db000bce5723fb9690 /hwc3/impl/HalImpl.h | |
parent | 73f6f20fc1493070c1a1271216cf42af85a828ec (diff) |
[HWC3] native implementation for
setRefreshRateChangedCallbackDebugEnabled
Add onRefreshRateChangedDebug
Test: Device boots
BUG: 202734676
Change-Id: I079e13fcf2bd0872c8f29468fc2ef311b9774d10
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r-- | hwc3/impl/HalImpl.h | 2 |
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(); |