Searched refs:getCurrentSchedulingGroup (Results 1 – 7 of 7) sorted by relevance
169 final int curSchedGroup = proc.getCurrentSchedulingGroup(); in onTopProcChangedLocked()249 setVrRenderThreadLocked(tid, proc.getCurrentSchedulingGroup(), false); in setVrThreadLocked()320 proc.mVrThreadTid, proc.getCurrentSchedulingGroup(), false); in changeVrModeLocked()
419 int getCurrentSchedulingGroup() { in getCurrentSchedulingGroup() method in WindowProcessController
1197 && 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()
2349 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()
579 int getCurrentSchedulingGroup() { in getCurrentSchedulingGroup() method in ProcessStateRecord
8326 if (proc.mState.getCurrentSchedulingGroup() == ProcessList.SCHED_GROUP_TOP_APP) { in setRenderThread()
503 Lcom/android/server/am/ProcessRecord;->getCurrentSchedulingGroup()I