commit | e1d49f1aadcf897085a52bb1b9b524df025fca6d | [log] [tgz] |
---|---|---|
author | Brian Lindahl <blindahl@google.com> | Thu Oct 31 08:56:11 2024 -0600 |
committer | Brian Lindahl <blindahl@google.com> | Wed Nov 06 13:56:36 2024 +0000 |
tree | f07e03555ddcb0ce95e161345e67d24bbd7b1cf2 | |
parent | f1494e910b9bff9ae73d19dcbf36c8515f01610f [diff] [blame] |
ANDROID: Add unsupported stubs for IComposerClient getMaxLayerPictureProfiles Bug: 337330263 Test: build Change-Id: I8623aee6d2f09bf8abeb8ad66de1186346fd5bb6
diff --git a/hwc3/ComposerClient.h b/hwc3/ComposerClient.h index 91a0be0..45f0a4c 100644 --- a/hwc3/ComposerClient.h +++ b/hwc3/ComposerClient.h
@@ -152,6 +152,9 @@ #endif + ndk::ScopedAStatus getMaxLayerPictureProfiles( + int64_t display, int32_t* maxProfiles) override; + protected: ::ndk::SpAIBinder createBinder() override;