Searched refs:doingAll (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderConnection.java | 79 ProcessRecord client, long now, ProcessRecord topApp, boolean doingAll, in computeHostOomAdjLSP() argument 81 oomAdjuster.computeProviderHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
|
D | ConnectionRecord.java | 133 ProcessRecord client, long now, ProcessRecord topApp, boolean doingAll, in computeHostOomAdjLSP() argument 135 oomAdjuster.computeServiceHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
|
D | OomAdjuster.java | 1086 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 …]
|
D | OomAdjusterModernImpl.java | 629 long now, ProcessRecord topApp, boolean doingAll, int oomAdjReason, int cachedAdj); in computeHostOomAdjLSP() argument
|