summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.cpp
diff options
context:
space:
mode:
authorramindani <ramindani@google.com>2023-02-03 13:23:28 -0800
committerramindani <ramindani@google.com>2023-02-13 08:55:07 -0800
commit050b97b1df1c15664a505aa5d512db95f155aa6b (patch)
treec7d2a7c902ee02c2f49591db000bce5723fb9690 /hwc3/impl/HalImpl.cpp
parent73f6f20fc1493070c1a1271216cf42af85a828ec (diff)
[HWC3] native implementation for
setRefreshRateChangedCallbackDebugEnabled Add onRefreshRateChangedDebug Test: Device boots BUG: 202734676 Change-Id: I079e13fcf2bd0872c8f29468fc2ef311b9774d10
Diffstat (limited to 'hwc3/impl/HalImpl.cpp')
-rw-r--r--hwc3/impl/HalImpl.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/hwc3/impl/HalImpl.cpp b/hwc3/impl/HalImpl.cpp
index acae3d2..92e120a 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