Searched refs:oomAdjuster (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | OomAdjusterDebugLogger.java | 38 OomAdjusterDebugLogger(OomAdjuster oomAdjuster, ActivityManagerConstants constants) { in OomAdjusterDebugLogger() argument 39 mOomAdjuster = oomAdjuster; in OomAdjusterDebugLogger()
|
D | ContentProviderConnection.java | 78 public void computeHostOomAdjLSP(OomAdjuster oomAdjuster, ProcessRecord host, in computeHostOomAdjLSP() argument 81 oomAdjuster.computeProviderHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
|
D | ConnectionRecord.java | 132 public void computeHostOomAdjLSP(OomAdjuster oomAdjuster, ProcessRecord host, in computeHostOomAdjLSP() argument 135 oomAdjuster.computeServiceHostOomAdjLSP(this, host, client, now, topApp, doingAll, false, in computeHostOomAdjLSP()
|
D | OomAdjusterModernImpl.java | 628 void computeHostOomAdjLSP(OomAdjuster oomAdjuster, ProcessRecord host, ProcessRecord client, in computeHostOomAdjLSP() argument
|