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 3b41337..d5588b4 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)); |