commit | d3d8f8e3501a07d55090c287ac45943d687b7006 | [log] [tgz] |
---|---|---|
author | Huihong Luo <huisinro@google.com> | Tue Mar 08 14:48:46 2022 -0800 |
committer | Huihong Luo <huisinro@google.com> | Tue Apr 12 10:31:23 2022 -0700 |
tree | a013da5f7f66e25d219250c36302ac22f006769d | |
parent | bd173bbcfac4a55016e136d8227c0b683cb47013 [diff] [blame] |
Migrate ISurfaceComposerClient to AIDL Migrate and clean up ISurfaceComposerClient to aidl, removed the deprecated createWithParent method, removed non used parameters. Bug: 172002646 Test: atest libgui_test Change-Id: I8ceb7cd90104f2ad9ca72c8025f6298de1fb1ba0
diff --git a/services/surfaceflinger/TimeStats/TimeStats.h b/services/surfaceflinger/TimeStats/TimeStats.h index 7a159b8..61d7c22 100644 --- a/services/surfaceflinger/TimeStats/TimeStats.h +++ b/services/surfaceflinger/TimeStats/TimeStats.h
@@ -34,6 +34,8 @@ #include <scheduler/Fps.h> +using android::gui::GameMode; +using android::gui::LayerMetadata; using namespace android::surfaceflinger; namespace android {