Home
last modified time | relevance | path

Searched refs:doingAll (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderConnection.java79 ProcessRecord client, long now, ProcessRecord topApp, boolean doingAll, in computeHostOomAdjLSP() argument
81 oomAdjuster.computeProviderHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
DConnectionRecord.java133 ProcessRecord client, long now, ProcessRecord topApp, boolean doingAll, in computeHostOomAdjLSP() argument
135 oomAdjuster.computeServiceHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
DOomAdjuster.java1086 long now, long nowElapsed, long oldTime, boolean doingAll) { in postUpdateOomAdjInnerLSP() argument
1091 oomAdjReason, doingAll); in postUpdateOomAdjInnerLSP()
1297 boolean doingAll) { in updateAndTrimProcessLSP() argument
1330 applyOomAdjLSP(app, doingAll, now, nowElapsed, oomAdjReason, true); in updateAndTrimProcessLSP()
1788 ProcessRecord topApp, boolean doingAll, long now, boolean cycleReEval, in computeOomAdjLSP() argument
2366 computeServiceHostOomAdjLSP(cr, app, cr.binding.client, now, topApp, doingAll, in computeOomAdjLSP()
2398 computeProviderHostOomAdjLSP(conn, app, client, now, topApp, doingAll, in computeOomAdjLSP()
2471 if (doingAll && !cycleReEval) { in computeOomAdjLSP()
2619 ProcessRecord client, long now, ProcessRecord topApp, boolean doingAll, in computeServiceHostOomAdjLSP() argument
2639 computeOomAdjLSP(client, cachedAdj, topApp, doingAll, now, cycleReEval, true, in computeServiceHostOomAdjLSP()
[all …]
DOomAdjusterModernImpl.java629 long now, ProcessRecord topApp, boolean doingAll, int oomAdjReason, int cachedAdj); in computeHostOomAdjLSP() argument