Searched refs:getCurAdj (Results 1 – 9 of 9) sorted by relevance
451 && app.mState.getCurAdj() >= mCompactThrottleMinOomAdj in compactAppFull()452 && app.mState.getCurAdj() <= mCompactThrottleMaxOomAdj) { in compactAppFull()465 + " to " + app.mState.getCurAdj()); in compactAppFull()478 COMPACT_PROCESS_MSG, app.mState.getCurAdj(), app.mState.getSetProcState())); in compactAppPersistent()496 COMPACT_PROCESS_MSG, app.mState.getCurAdj(), app.mState.getSetProcState())); in compactAppBfgs()1334 if (proc.mState.getCurAdj() < ProcessList.CACHED_APP_MIN_ADJ in freezeProcess()1338 + " " + name + " curAdj = " + proc.mState.getCurAdj() in freezeProcess()1347 + " " + name + " curAdj = " + proc.mState.getCurAdj() in freezeProcess()
441 if (ra.mState.getCurAdj() != rb.mState.getCurAdj()) { in trimPhantomProcessesIfNecessary()442 return ra.mState.getCurAdj() - rb.mState.getCurAdj(); in trimPhantomProcessesIfNecessary()
1056 if (!app.isKilledByAm() && app.getThread() != null && state.getCurAdj() in assignCachedAdjIfNecessary()1105 + " adj: " + state.getCurAdj() in assignCachedAdjIfNecessary()1132 + " adj: " + state.getCurAdj() + " (curEmptyAdj=" + curEmptyAdj in assignCachedAdjIfNecessary()1542 int prevAppAdj = state.getCurAdj(); in computeOomAdjLSP()1593 return state.getCurAdj() < prevAppAdj || state.getCurProcState() < prevProcState; in computeOomAdjLSP()1980 cstate.setCurRawAdj(cstate.getCurAdj()); in computeOomAdjLSP()2291 cstate.setCurRawAdj(cstate.getCurAdj()); in computeOomAdjLSP()2490 return state.getCurAdj() < prevAppAdj || state.getCurProcState() < prevProcState in computeOomAdjLSP()2587 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()2592 && (state.getCurAdj() == ProcessList.PREVIOUS_APP_ADJ in applyOomAdjLSP()[all …]
212 if (!app.isKilledByAm() && app.getThread() != null && app.mState.getCurAdj() in reRankLruCachedAppsLSP()
602 mSetAdj = state.getCurAdj(); in updateProcState()
437 int getCurAdj() { in getCurAdj() method in ProcessStateRecord
3753 int adj = state.getCurAdj(); in fillInProcMemInfoLOSP()4284 proto.write(ProcessOomProto.Detail.CUR_ADJ, state.getCurAdj()); in writeProcessOomListToProto()4419 pw.print(" cur="); pw.print(state.getCurAdj()); in dumpProcessOomList()
5307 ? (ProcessList.FOREGROUND_APP_ADJ - 1) : pr.mState.getCurAdj(); in getProcessStatesAndOomScoresForPIDs()15565 r.uid, r.getPid(), r.processName, r.mState.getCurAdj())); in getMemoryStateForProcesses()
8935 HSPLcom/android/server/am/ProcessStateRecord;->getCurAdj()I