Searched refs:getCurRawAdj (Results 1 – 8 of 8) sorted by relevance
287 valueFunction = (proc) -> proc.mState.getCurRawAdj(); in ProcessRecordNodes()288 mSlotFunction = (proc) -> adjToSlot(proc.mState.getCurRawAdj()); in ProcessRecordNodes()362 sb.append(last.mApp.mState.getCurRawAdj()); in forEachNewNode()446 slot = adjToSlot(app.mState.getCurRawAdj()); in moveAppToTail()491 return adjToSlot(app.mState.getCurRawAdj()); in getCurrentSlot()716 final int prevAdj = host.mState.getCurRawAdj(); in accept()839 if (app.mState.getCurRawAdj() != prevRawAdj) { in updateAdjSlotIfNecessary()843 final int slot = adjToSlot(app.mState.getCurRawAdj()); in updateAdjSlotIfNecessary()856 final int slot = adjToSlot(app.mState.getCurRawAdj()); in updateAdjSlot()948 final int prevAdj = app.mState.getCurRawAdj(); in fullUpdateLSP()[all …]
669 } else if (state.getCurRawAdj() == UNKNOWN_ADJ) { in performUpdateOomAdjLSP()2217 adj = Math.min(adj, state.getCurRawAdj()); in computeOomAdjLSP()2369 adj = state.getCurRawAdj(); in computeOomAdjLSP()2401 adj = state.getCurRawAdj(); in computeOomAdjLSP()2647 int clientAdj = cstate.getCurRawAdj(); in computeServiceHostOomAdjLSP()2652 int adj = state.getCurRawAdj(); in computeServiceHostOomAdjLSP()3086 if (shouldSkipDueToCycle(app, cstate, state.getCurRawProcState(), state.getCurRawAdj(),3092 int clientAdj = cstate.getCurRawAdj();3095 int adj = state.getCurRawAdj();3321 && client.getCurRawAdj() >= adj in shouldSkipDueToCycle()[all …]
641 int getCurRawAdj() { in getCurRawAdj() method in ProcessProfileRecord654 mCurRawAdj = state.getCurRawAdj(); in updateProcState()
496 int getCurRawAdj() { in getCurRawAdj() method in ProcessStateRecord
1528 if (profile.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ in performAppGcsLPf()
4676 proto.write(ProcessOomProto.Detail.CUR_RAW_ADJ, state.getCurRawAdj());4813 pw.print(" curRaw="); pw.print(state.getCurRawAdj());
484 Lcom/android/server/am/ProcessRecord;->getCurRawAdj()I
6961 HPLcom/android/server/am/ProcessStateRecord;->getCurRawAdj()I