Searched refs:getCurRawAdj (Results 1 – 7 of 7) sorted by relevance
615 int getCurRawAdj() { in getCurRawAdj() method in ProcessProfileRecord628 mCurRawAdj = state.getCurRawAdj(); in updateProcState()
646 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()
485 int getCurRawAdj() { in getCurRawAdj() method in ProcessStateRecord
1394 if (profile.getCurRawAdj() > ProcessList.PERCEPTIBLE_APP_ADJ in performAppGcsLPf()
4488 proto.write(ProcessOomProto.Detail.CUR_RAW_ADJ, state.getCurRawAdj());4623 pw.print(" curRaw="); pw.print(state.getCurRawAdj());
484 Lcom/android/server/am/ProcessRecord;->getCurRawAdj()I
2196 HSPLcom/android/server/am/ProcessStateRecord;->getCurRawAdj()I