Searched refs:getRss (Results 1 – 11 of 11) sorted by relevance
356 long[] rss = mProcessDependencies.getRss(scoredProcessRecord.proc.getPid()); in reRankLruCachedAppsLSP()491 long[] getRss(int pid); in getRss() method496 public long[] getRss(int pid) { in getRss() method in CacheOomRanker.ProcessDependenciesImpl497 return Process.getRss(pid); in getRss()
139 long[] getRss(int pid); in getRss() method1207 long[] rssBefore = mProcessDependencies.getRss(pid); in handleMessage()1271 long[] rssAfter = mProcessDependencies.getRss(pid); in handleMessage()1513 public long[] getRss(int pid) { in getRss() method in CachedAppOptimizer.DefaultProcessDependencies1514 return Process.getRss(pid); in getRss()
896 info.getImportance(), (int) info.getPss(), (int) info.getRss()); in performLogToStatsdLocked()
169 rssAvgStatsd = state.getRss().getMeanKb(); in testProcessStateByPulling()185 rssAvgProcstats = state.getRss().getMeanKb(); in testProcessStateByPulling()
228 long[] rssValues = Process.getRss(pid); in update()518 public long getRss() { in getRss() method in GarbageMonitor.MemoryTile
1295 public static final native long[] getRss(int pid); in getRss() method in Process
605 public long getRss() { in getRss() method in ApplicationExitInfo
1056 assertEquals(rss.longValue(), info.getRss()); in verifyApplicationExitInfo()
1101 public long[] getRss(int pid) { in getRss() method in CachedAppOptimizerTest.TestProcessDependencies
4739 method public long getRss();
7862 HPLcom/android/server/am/CachedAppOptimizer$DefaultProcessDependencies;->getRss(I)[J