summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-15 02:23:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-15 02:23:57 +0000
commitb814c02893a574a85b0914a1917012bf42d497e5 (patch)
tree1a08bf64c28127f5a5053f2a7c98b553f452c6e7 /hwc3/impl/HalImpl.cpp
parentb6a6645e5c8d44ba4970dc50ee5b62c0952062e9 (diff)
parent1cf9670eeb6838069ce4beaad618171f26df482c (diff)
Snap for 9607154 from 1cf9670eeb6838069ce4beaad618171f26df482c to udc-release
Change-Id: I6fe663e9e0890b7534456f41c250151bb8d7243d
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