diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-02-15 02:23:57 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-02-15 02:23:57 +0000 |
commit | b814c02893a574a85b0914a1917012bf42d497e5 (patch) | |
tree | 1a08bf64c28127f5a5053f2a7c98b553f452c6e7 /hwc3/impl/HalImpl.h | |
parent | b6a6645e5c8d44ba4970dc50ee5b62c0952062e9 (diff) | |
parent | 1cf9670eeb6838069ce4beaad618171f26df482c (diff) |
Snap for 9607154 from 1cf9670eeb6838069ce4beaad618171f26df482c to udc-release
Change-Id: I6fe663e9e0890b7534456f41c250151bb8d7243d
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(); |