Searched refs:getInterestingNativePids (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | Watchdog.java | 539 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog 616 getInterestingNativePids(), null); in run() 645 pids, processCpuTracker, new SparseArray<>(), getInterestingNativePids(), in run()
|
D | SystemServerInitThreadPool.java | 191 Watchdog.getInterestingNativePids(), null); in dumpStackTraces()
|
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | CarServiceHelperService.java | 1128 private static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in CarServiceHelperService 1149 pids, null, null, getInterestingNativePids(), null); in dumpServiceStacks() 1328 nativePids.addAll(getInterestingNativePids()); in dumpAndKillProcess()
|
/frameworks/base/services/ |
D | art-profile | 3944 PLcom/android/server/Watchdog;->getInterestingNativePids()Ljava/util/ArrayList;
|