Searched refs:getSetAdj (Results 1 – 11 of 11) sorted by relevance
442 COMPACT_PROCESS_MSG, app.mState.getSetAdj(), app.mState.getSetProcState())); in compactAppSome()449 if ((app.mState.getSetAdj() < mCompactThrottleMinOomAdj in compactAppFull()450 || app.mState.getSetAdj() > mCompactThrottleMaxOomAdj) in compactAppFull()459 COMPACT_PROCESS_MSG, app.mState.getSetAdj(), app.mState.getSetProcState())); in compactAppFull()464 + " oom adj score changed from " + app.mState.getSetAdj() in compactAppFull()1071 && (proc.mState.getSetAdj() <= ProcessList.PERCEPTIBLE_APP_ADJ)) { in handleMessage()
256 if (success && verifiedAdj != cpr.proc.mState.getSetAdj() in getContentProviderImpl()288 cpr.proc.mState.setVerifiedAdj(cpr.proc.mState.getSetAdj()); in getContentProviderImpl()1352 && r.mState.getSetAdj() <= ProcessList.PERCEPTIBLE_LOW_APP_ADJ) { in incProviderCountLocked()1697 + " (adj " + (proc != null ? proc.mState.getSetAdj() : "??") + ")", in removeDyingProviderLocked()
585 int getSetAdj() { in getSetAdj() method in ProcessProfileRecord
1003 "Killing " + toShortString() + " (adj " + mState.getSetAdj() in killLocked()1009 userId, mPid, processName, mState.getSetAdj(), reason); in killLocked()
2587 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()2591 if (state.getSetAdj() <= ProcessList.PERCEPTIBLE_APP_ADJ in applyOomAdjLSP()2600 && state.getSetAdj() < ProcessList.FOREGROUND_APP_ADJ in applyOomAdjLSP()2615 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()3084 } else if (state.getSetAdj() < ProcessList.CACHED_APP_MIN_ADJ) { in updateAppFreezeStateLSP()
2812 if (app.mState.getSetAdj() < minOomAdj) {3934 pw.print(makeOomAdjString(proc.mState.getSetAdj(), false)); in dumpLruEntryLocked()4199 final int adj = object2.first.mState.getSetAdj() - object1.first.mState.getSetAdj(); in sortProcessOomList()4233 String oomAdj = makeOomAdjString(state.getSetAdj(), true); in writeProcessOomListToProto()4285 proto.write(ProcessOomProto.Detail.SET_ADJ, state.getSetAdj()); in writeProcessOomListToProto()4336 String oomAdj = makeOomAdjString(state.getSetAdj(), false); in dumpProcessOomList()4420 pw.print(" set="); pw.println(state.getSetAdj()); in dumpProcessOomList()
447 int getSetAdj() { in getSetAdj() method in ProcessStateRecord
1287 state.getSetAdj(), state.getSetProcState(), in doLowMemReportIfNeededLocked()1296 if (state.getSetAdj() <= ProcessList.HEAVY_WEIGHT_APP_ADJ) { in doLowMemReportIfNeededLocked()
3101 final int setAdj = app.mState.getSetAdj(); in appDiedLocked()3844 oomAdj = profile.getSetAdj(); in getProcessMemoryInfo()3883 if (profile.getThread() != null && profile.getSetAdj() == oomAdj) { in getProcessMemoryInfo()3928 oomAdj = proc != null ? proc.mState.getSetAdj() : 0; in getProcessPss()3943 if (profile.getThread() != null && profile.getSetAdj() == oomAdj) { in getProcessPss()7139 int type = proc.mState.getSetAdj(); in killPids()7165 int adj = proc.mState.getSetAdj(); in killPids()7252 final int adj = proc.mState.getSetAdj(); in killProcessesBelowAdj()
596 assertTrue(ProcessList.CACHED_APP_MIN_ADJ <= app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_NonCachedToCached()597 assertTrue(ProcessList.CACHED_APP_MAX_ADJ >= app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_NonCachedToCached()667 assertEquals(FOREGROUND_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_Started_WaivePriority_AdjustWithActivity()719 assertEquals(PREVIOUS_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_AllowOomManagement()751 assertEquals(FOREGROUND_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_Bound_ImportantFg()831 assertEquals(BACKUP_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_BoundByBackup_AboveClient()836 assertEquals(PERSISTENT_SERVICE_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_BoundByBackup_AboveClient()851 assertEquals(PERCEPTIBLE_LOW_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_NotPerceptible()866 assertEquals(PERCEPTIBLE_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_NotVisible()881 assertEquals(PERCEPTIBLE_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_Perceptible()[all …]
8690 HPLcom/android/server/am/ProcessProfileRecord;->getSetAdj()I8949 HSPLcom/android/server/am/ProcessStateRecord;->getSetAdj()I