/aosp_15_r20/cts/tests/tests/gamemanager/src/android/gamemanager/cts/ |
H A D | GameManagerTest.java | 211 int gameMode = in testGetGameModeUnsupportedOnNotGame() local 281 int gameMode = mActivity.getGameMode(); in testGetGameModeStandard() local 297 int gameMode = mActivity.getGameMode(); in testGetGameModePerformance() local 313 int gameMode = mActivity.getGameMode(); in testGetGameModeBattery() local 484 final int gameMode = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testCustomGameMode() local 506 final int gameMode = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testCustomGameModeBackwardCompatibility() local
|
H A D | GameManagerLegacyTest.java | 80 int gameMode = in testGetGameMode() local
|
H A D | GameManagerCtsActivity.java | 49 final int gameMode = intent.getIntExtra("game-mode", -1); in onReceive() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerShellCommand.java | 163 final String gameMode = getNextArgRequired(); in runSetGameMode() local 240 int gameMode = GameManager.GAME_MODE_CUSTOM; in runSetGameModeConfig() local 318 String gameMode = null; in runResetGameModeConfig() local 376 private static String gameModeIntToString(@GameManager.GameMode int gameMode) { in gameModeIntToString()
|
H A D | GameManagerSettings.java | 97 final int gameMode = mGameModes.get(packageName); in getGameModeLocked() local 111 void setGameModeLocked(String packageName, int gameMode) { in setGameModeLocked() 272 final int gameMode = parser.getAttributeInt(null, ATTR_GAME_MODE); in readPackage() local 302 final int gameMode; in readGameModeConfig() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 397 nsecs_t postTime, gui::GameMode gameMode) { in setFrameTimelineVsyncForBufferTransaction() 421 gui::GameMode gameMode) { in setFrameTimelineVsyncForBufferlessTransaction() 469 const FrameTimelineInfo& info, nsecs_t postTime, gui::GameMode gameMode) { in createSurfaceFrameForTransaction() 491 gui::GameMode gameMode) { in createSurfaceFrameForBuffer() 509 std::string debugName, gui::GameMode gameMode) { in setFrameTimelineVsyncForSkippedFrames() 887 bool isAutoTimestamp, const FrameTimelineInfo& info, gui::GameMode gameMode) { in setBuffer() 1077 nsecs_t postTime, gui::GameMode gameMode) { in setSidebandStream() 1375 gui::GameMode gameMode) { in onCompositionPresented()
|
H A D | SurfaceFlinger.cpp | 2596 gui::GameMode gameMode = (snapshot) ? snapshot->gameMode : gui::GameMode::Unsupported; in updateLayerSnapshots() local 5163 gui::GameMode gameMode = gui::GameMode::Unsupported; in updateLayerCallbacksAndStats() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.cpp | 62 SurfaceflingerStatsLayerInfo_GameMode gameModeToProto(GameMode gameMode) { in gameModeToProto() 447 GameMode gameMode) { in flushAvailableRecordsToStatsLocked() 554 GameMode gameMode) { in canAddNewAggregatedStats() 568 uid_t uid, nsecs_t postTime, GameMode gameMode) { in setPostTime() 718 SetFrameRateVote frameRateVote, GameMode gameMode) { in setPresentTime() 744 SetFrameRateVote frameRateVote, GameMode gameMode) { in setPresentFence()
|
H A D | TimeStats.h | 120 GameMode gameMode = GameMode::Unsupported; member 210 GameMode gameMode = GameMode::Unsupported; member
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | IGameManagerService.aidl | 31 void setGameMode(String packageName, int gameMode, int userId); in setGameMode() 44 …void updateResolutionScalingFactor(String packageName, int gameMode, float scalingFactor, int user… in updateResolutionScalingFactor() 46 float getResolutionScalingFactor(String packageName, int gameMode, int userId); in getResolutionScalingFactor()
|
H A D | GameManager.java | 156 final int gameMode; in getGameModeImpl() local 207 public void setGameMode(@NonNull String packageName, @GameMode int gameMode) { in setGameMode()
|
H A D | GameModeInfo.java | 131 public GameModeInfo.Builder setGameModeConfiguration( in setGameModeConfiguration() 228 public @Nullable GameModeConfiguration getGameModeConfiguration( in getGameModeConfiguration()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/ |
H A D | GameManagerServiceTests.java | 731 int gameMode, float scaling) { in checkDownscaling() 737 private void checkAngleEnabled(GameManagerService gameManagerService, int gameMode, in checkAngleEnabled() 750 private void checkLoadingBoost(GameManagerService gameManagerService, int gameMode, in checkLoadingBoost() 763 private void checkFps(GameManagerService gameManagerService, int gameMode, int fps) { in checkFps() 769 private boolean checkOverridden(GameManagerService gameManagerService, int gameMode) { in checkOverridden()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
H A D | TimeStatsHelper.h | 93 GameMode gameMode = GameMode::Unsupported; variable 133 GameMode gameMode = GameMode::Unsupported; member
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar2 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-2/ |
D | services.core.unboosted.jar | com/android/server/appop/AppOpMigrationHelperImpl.class
AppOpMigrationHelperImpl.java
package com.android. ... |
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/ |
H A D | RequestedLayerState.h | 123 gui::GameMode gameMode; member
|
H A D | LayerSnapshot.h | 89 gui::GameMode gameMode; member
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TimeStatsTest.cpp | 158 GameMode gameMode = kGameMode) { 209 TimeStats::SetFrameRateVote frameRateVote, GameMode gameMode) { in setTimeStamp()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 345 TraceCookieCounter* traceCookieCounter, bool isBuffer, GameMode gameMode) in SurfaceFrame() 944 std::string layerName, std::string debugName, bool isBuffer, GameMode gameMode) { in createSurfaceFrameForToken()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/common/ |
H A D | LayerLifecycleManagerHelper.h | 519 void setGameMode(uint32_t id, gui::GameMode gameMode) { in setGameMode()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar1 | META-INF/
META-INF/MANIFEST.MF
android/
android/animation/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-1/ |
D | framework.jar | android/app/ServiceConnectionLeaked.uau
android/app/ServiceConnectionLeaked.class
LoadedApk.java
package android ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/profcollect/services.profcollect/android_common/repackaged-jarjar/turbine/ |
D | services.profcollect.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core/android_common/repackaged-jarjar/turbine/ |
D | services.core.jar | org/apache/commons/math/util/TransformerMap.class
TransformerMap.java
package org. ... |