summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-22 00:18:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-22 00:18:53 +0000
commit2037ada4492bde63884b35216acdef5c02861443 (patch)
tree4310b78965c6960e9084fe1310f201c1dd25a1c8
parent14f4d6f5b7122c88eb6884e1aaaf05d139332630 (diff)
parente9f84c15beaf7f4fb48d0a7a97921dd7a1211ec3 (diff)
downloadzuma-2037ada4492bde63884b35216acdef5c02861443.tar.gz
Snap for 11130229 from e9f84c15beaf7f4fb48d0a7a97921dd7a1211ec3 to 24Q1-release
Change-Id: Ib7ac9e679ce8bf284e63393f15a7a75fbe25525e
-rw-r--r--libhwc2.1/libdevice/ExynosDeviceModule.cpp3
-rw-r--r--libhwc2.1/libdevice/ExynosDeviceModule.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/libhwc2.1/libdevice/ExynosDeviceModule.cpp b/libhwc2.1/libdevice/ExynosDeviceModule.cpp
index 01fdaa0..9b8d62d 100644
--- a/libhwc2.1/libdevice/ExynosDeviceModule.cpp
+++ b/libhwc2.1/libdevice/ExynosDeviceModule.cpp
@@ -24,7 +24,8 @@ using Dataspace = aidl::android::hardware::graphics::common::Dataspace;
namespace zuma {
-ExynosDeviceModule::ExynosDeviceModule() {}
+ExynosDeviceModule::ExynosDeviceModule(bool isVrrApiSupported)
+ : gs201::ExynosDeviceModule(isVrrApiSupported) {}
ExynosDeviceModule::~ExynosDeviceModule() {}
diff --git a/libhwc2.1/libdevice/ExynosDeviceModule.h b/libhwc2.1/libdevice/ExynosDeviceModule.h
index eac369d..9746529 100644
--- a/libhwc2.1/libdevice/ExynosDeviceModule.h
+++ b/libhwc2.1/libdevice/ExynosDeviceModule.h
@@ -25,7 +25,7 @@ namespace zuma {
class ExynosDeviceModule : public gs201::ExynosDeviceModule {
public:
- ExynosDeviceModule();
+ ExynosDeviceModule(bool isVrrApiSupported);
virtual ~ExynosDeviceModule();
using OverlayProperties = aidl::android::hardware::graphics::composer3::OverlayProperties;
using SupportedBufferCombinations = OverlayProperties::SupportedBufferCombinations;