summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.cpp
diff options
context:
space:
mode:
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 9e0add5..ea632f3 100644
--- a/hwc3/impl/HalImpl.cpp
+++ b/hwc3/impl/HalImpl.cpp
@@ -395,6 +395,12 @@ int32_t HalImpl::getDisplayedContentSamplingAttributes(
return HWC2_ERROR_UNSUPPORTED;
}
+int32_t HalImpl::getDisplayPhysicalOrientation([[maybe_unused]] int64_t display,
+ [[maybe_unused]] common::Transform* orientation) {
+ // TODO(b/214461751): return the physical orientation of the display
+ return HWC2_ERROR_UNSUPPORTED;
+}
+
int32_t HalImpl::getDozeSupport(int64_t display, bool* support) {
ExynosDisplay* halDisplay;
RET_IF_ERR(getHalDisplay(display, halDisplay));