Home
last modified time | relevance | path

Searched refs:mModeConfigLock (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerService.java490 private final Object mModeConfigLock = new Object(); field in GameManagerService.GamePackageConfiguration
593 synchronized (mModeConfigLock) { in getOrAddDefaultGameModeConfiguration()
602 synchronized (mModeConfigLock) { in hasActiveGameModeConfig()
763 synchronized (mModeConfigLock) { in getAvailableGameModesBitfield()
815 synchronized (mModeConfigLock) { in getGameModeConfiguration()
825 synchronized (mModeConfigLock) { in addModeConfig()
838 synchronized (mModeConfigLock) { in removeModeConfig()
844 synchronized (mModeConfigLock) { in isActive()
867 synchronized (copy.mModeConfigLock) { in copyAndApplyOverride()
868 synchronized (mModeConfigLock) { in copyAndApplyOverride()
[all …]