diff options
author | 2024-10-14 17:28:15 +0000 | |
---|---|---|
committer | 2024-10-14 17:28:15 +0000 | |
commit | 2c9c078368c0e47b07cdeb0e17456c26e686dc9d (patch) | |
tree | baf81f25c0c85ba3cc170f425a794022746b6f32 /libs/gui/SurfaceComposerClient.cpp | |
parent | 67b101b5a69fc322e47806c7b1280ad3af556b7f (diff) | |
parent | 89fbb6e4b6eeb24662072ba627f05281c50d2d14 (diff) |
Merge "Adds hasArrSupport api support" into main
Diffstat (limited to 'libs/gui/SurfaceComposerClient.cpp')
-rw-r--r-- | libs/gui/SurfaceComposerClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp index 063aabbdef..eeea80fa82 100644 --- a/libs/gui/SurfaceComposerClient.cpp +++ b/libs/gui/SurfaceComposerClient.cpp @@ -2807,6 +2807,7 @@ void SurfaceComposerClient::getDynamicDisplayInfoInternal(gui::DynamicDisplayInf outInfo->autoLowLatencyModeSupported = ginfo.autoLowLatencyModeSupported; outInfo->gameContentTypeSupported = ginfo.gameContentTypeSupported; outInfo->preferredBootDisplayMode = ginfo.preferredBootDisplayMode; + outInfo->hasArrSupport = ginfo.hasArrSupport; } status_t SurfaceComposerClient::getDynamicDisplayInfoFromId(int64_t displayId, |