commit | 6e54cdcbd28e1d73660e7a16bd42bd4799a9b264 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Wed Sep 06 18:11:31 2023 -0700 |
committer | Ady Abraham <adyabr@google.com> | Thu Sep 07 18:55:44 2023 -0700 |
tree | 41c39e007ae62ceb5a21daec96ebb6000481df77 | |
parent | 32295332529e2d68c895875ba6f0a49fb02e1cd5 [diff] [blame] |
SF: add a server writable flag (non boot stable) Bug: 297389311 Test: presubmit Change-Id: I35cd5b7dd6160bcc45873eafae35c7497539fe56
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 59b1172..0f98cb1 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -1454,6 +1454,8 @@ // Trunk-Stable flags bool mMiscFlagValue; bool mConnectedDisplayFlagValue; + bool mMisc2FlagEarlyBootValue; + bool mMisc2FlagLateBootValue; }; class SurfaceComposerAIDL : public gui::BnSurfaceComposer {