Searched refs:getCurAdj (Results 1 – 9 of 9) sorted by relevance
447 if (ra.mState.getCurAdj() != rb.mState.getCurAdj()) { in trimPhantomProcessesIfNecessary()448 return ra.mState.getCurAdj() - rb.mState.getCurAdj(); in trimPhantomProcessesIfNecessary()
1219 + " adj: " + state.getCurAdj() in assignCachedAdjIfNecessary()1246 + " adj: " + state.getCurAdj() in assignCachedAdjIfNecessary()1767 int prevAppAdj = state.getCurAdj(); in computeOomAdjLSP()2279 cstate.setCurRawAdj(cstate.getCurAdj()); in computeOomAdjLSP()2619 cstate.setCurRawAdj(cstate.getCurAdj()); in computeOomAdjLSP()2996 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()3000 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()3001 ProcessList.setOomAdj(app.getPid(), app.uid, state.getCurAdj()); in applyOomAdjLSP()3004 + state.getCurAdj() + ": " + state.getAdjType(); in applyOomAdjLSP()3007 state.setSetAdj(state.getCurAdj()); in applyOomAdjLSP()[all …]
422 && process.mState.getCurAdj() >= ProcessList.UNKNOWN_ADJ; in appCanBeReRanked()
627 mSetAdj = state.getCurAdj(); in updateProcState()
881 COMPACT_PROCESS_MSG, app.mState.getCurAdj(), app.mState.getSetProcState())); in compactApp()2315 + " " + name + " curAdj = " + proc.mState.getCurAdj() in freezeProcess()2450 && pr.mState.getCurAdj() < ProcessList.CACHED_APP_MIN_ADJ) { in onBlockingFileLock()
506 int getCurAdj() { in getCurAdj() method in ProcessStateRecord
3955 int adj = state.getCurAdj();4490 proto.write(ProcessOomProto.Detail.CUR_ADJ, state.getCurAdj());4625 pw.print(" cur="); pw.print(state.getCurAdj());
5884 scores[i] = pr.mState.getCurAdj(); in getProcessStatesAndOomScoresForPIDs()17967 r.uid, r.getPid(), r.processName, r.mState.getCurAdj(), in getMemoryStateForProcesses()
2193 HSPLcom/android/server/am/ProcessStateRecord;->getCurAdj()I