commit | d23c79601fa68ce42b8c41c0c0697bc8808d7797 | [log] [tgz] |
---|---|---|
author | Matt Buckley <mattbuckley@google.com> | Tue Sep 21 20:43:00 2021 +0000 |
committer | Matt Buckley <mattbuckley@google.com> | Wed Sep 22 16:08:17 2021 +0000 |
tree | de3bb29d998d3d4f2aef730dc87638aa73658a04 | |
parent | 1cbc2ca67a12546fe7de8101c02c767254a0e4d2 [diff] [blame] |
Added use_adpf_cpu_hint method to flagmanager Bug: 195990840 Test: make; Check output of: adb shell dumpsys SurfaceFlinger | grep -A 10 "FlagManager" Change-Id: I7d81808a33abc87eeb32a2b90d8ada6cd458f8e7
diff --git a/services/surfaceflinger/FlagManager.h b/services/surfaceflinger/FlagManager.h index 65e30a4..24d83a2 100644 --- a/services/surfaceflinger/FlagManager.h +++ b/services/surfaceflinger/FlagManager.h
@@ -31,6 +31,8 @@ int64_t demo_flag() const; + bool use_adpf_cpu_hint() const; + private: friend class FlagManagerTest;