Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java615 int getCurRawAdj() { in getCurRawAdj() method in ProcessProfileRecord
628 mCurRawAdj = state.getCurRawAdj(); in updateProcState()
H A DOomAdjuster.java646 final int oldAdj = state.getCurRawAdj(); in performUpdateOomAdjLSP()
707 } else if (state.getCurRawAdj() == UNKNOWN_ADJ) { in performUpdateOomAdjLSP()
2139 adj = Math.min(adj, state.getCurRawAdj()); in computeOomAdjLSP()
2283 int clientAdj = cstate.getCurRawAdj(); in computeOomAdjLSP()
2627 int clientAdj = cstate.getCurRawAdj(); in computeOomAdjLSP()
2953 && client.getCurRawAdj() >= adj) { in shouldSkipDueToCycle()
2990 if (state.getCurRawAdj() != state.getSetRawAdj()) { in applyOomAdjLSP()
2991 state.setSetRawAdj(state.getCurRawAdj()); in applyOomAdjLSP()
H A DProcessStateRecord.java485 int getCurRawAdj() { in getCurRawAdj() method in ProcessStateRecord
H A DAppProfiler.java1394 if (profile.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ in performAppGcsLPf()
H A DProcessList.java4488 proto.write(ProcessOomProto.Detail.CUR_RAW_ADJ, state.getCurRawAdj());
4623 pw.print(" curRaw="); pw.print(state.getCurRawAdj());
/aosp14/frameworks/base/services/
H A Dart-profile-boot484 Lcom/android/server/am/ProcessRecord;->getCurRawAdj()I
H A Dart-profile2196 HSPLcom/android/server/am/ProcessStateRecord;->getCurRawAdj()I