diff options
Diffstat (limited to 'hwc3/impl/HalImpl.cpp')
-rw-r--r-- | hwc3/impl/HalImpl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hwc3/impl/HalImpl.cpp b/hwc3/impl/HalImpl.cpp index a961f44..fb41a77 100644 --- a/hwc3/impl/HalImpl.cpp +++ b/hwc3/impl/HalImpl.cpp @@ -1064,4 +1064,10 @@ int32_t HalImpl::getDisplayMultiThreadedPresentSupport(const int64_t& display, b return halDisplay->getDisplayMultiThreadedPresentSupport(outSupport); } +int32_t HalImpl::setRefreshRateChangedCallbackDebugEnabled(int64_t /* display*/, + bool /* enabled */) { + // TODO(b/267825022) Add implementation for the HAL + return EX_UNSUPPORTED_OPERATION; +} + } // namespace aidl::android::hardware::graphics::composer3::impl |