Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DVrController.java169 final int curSchedGroup = proc.getCurrentSchedulingGroup(); in onTopProcChangedLocked()
249 setVrRenderThreadLocked(tid, proc.getCurrentSchedulingGroup(), false); in setVrThreadLocked()
320 proc.mVrThreadTid, proc.getCurrentSchedulingGroup(), false); in changeVrModeLocked()
DWindowProcessController.java419 int getCurrentSchedulingGroup() { in getCurrentSchedulingGroup() method in WindowProcessController
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjusterModernImpl.java1197 && service.mState.getCurrentSchedulingGroup() > SCHED_GROUP_BACKGROUND in forEachConnectionLSP()
1212 && service.mState.getCurrentSchedulingGroup() > SCHED_GROUP_BACKGROUND in forEachConnectionLSP()
1227 && provider.mState.getCurrentSchedulingGroup() > SCHED_GROUP_BACKGROUND in forEachConnectionLSP()
DOomAdjuster.java2349 schedGroup = Math.max(schedGroup, state.getCurrentSchedulingGroup()); in computeOomAdjLSP()
2501 schedGroup = state.getCurrentSchedulingGroup(); in computeOomAdjLSP()
2533 schedGroup = state.getCurrentSchedulingGroup(); in computeOomAdjLSP()
2765 int schedGroup = state.getCurrentSchedulingGroup(); in computeServiceHostOomAdjLSP()
2997 final int curSchedGroup = cstate.getCurrentSchedulingGroup(); in computeServiceHostOomAdjLSP()
3246 int schedGroup = state.getCurrentSchedulingGroup(); in computeProviderHostOomAdjLSP()
3332 if (cstate.getCurrentSchedulingGroup() > schedGroup) { in computeProviderHostOomAdjLSP()
3618 final int curSchedGroup = state.getCurrentSchedulingGroup(); in applyOomAdjLSP()
DProcessStateRecord.java579 int getCurrentSchedulingGroup() { in getCurrentSchedulingGroup() method in ProcessStateRecord
DActivityManagerService.java8326 if (proc.mState.getCurrentSchedulingGroup() == ProcessList.SCHED_GROUP_TOP_APP) { in setRenderThread()
/frameworks/base/services/
Dart-profile-boot503 Lcom/android/server/am/ProcessRecord;->getCurrentSchedulingGroup()I