summaryrefslogtreecommitdiff
path: root/core/java/android/app/GameState.java
Commit message (Collapse)AuthorAgeFilesLines
* Add statsd logging and address API review feedbackjimblackler2022-02-221-25/+23
| | | | | | | | Bug: 207662418 Bug: 216294586 Test: atest CtsStatsdAtomHostTestCases:GameManagerStatsTests Change-Id: Icaa9d49f020f25d982a515b03aa9c91c34d2a778 Merged-In: Icaa9d49f020f25d982a515b03aa9c91c34d2a778
* Game Loading Time improvement by boosting CPU via ADPFJim Blackler2021-11-301-0/+179
Adds the concept of Game State (supplied by the application) to the GameManager API. This allows the setting of various modes to describe the current high-level runtime state of the game, as well as the loading state. In Performance Mode, during loading a hint is sent to the device PowerHAL via the PowerManager. Bug: 201769701 Test: atest android.gamemanager.cts.GameManagerTest Ignore-AOSP-First: Mentions a confidential API Change-Id: I695e45b12f9a30c1824df210bfefbd5a9b4bd935