Home
last modified time | relevance | path

Searched refs:getCurRawAdj (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjusterModernImpl.java287 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 …]
DOomAdjuster.java669 } 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 …]
DProcessProfileRecord.java641 int getCurRawAdj() { in getCurRawAdj() method in ProcessProfileRecord
654 mCurRawAdj = state.getCurRawAdj(); in updateProcState()
DProcessStateRecord.java496 int getCurRawAdj() { in getCurRawAdj() method in ProcessStateRecord
DAppProfiler.java1528 if (profile.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ in performAppGcsLPf()
DProcessList.java4676 proto.write(ProcessOomProto.Detail.CUR_RAW_ADJ, state.getCurRawAdj());
4813 pw.print(" curRaw="); pw.print(state.getCurRawAdj());
/frameworks/base/services/
Dart-profile-boot484 Lcom/android/server/am/ProcessRecord;->getCurRawAdj()I
Dart-wear-profile6961 HPLcom/android/server/am/ProcessStateRecord;->getCurRawAdj()I