Searched refs:getInterestingNativePids (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | Watchdog.java | 580 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog 669 getInterestingNativePids(), null, subject); in run() 697 pids, processCpuTracker, new SparseArray<>(), getInterestingNativePids(), in run()
|
H A D | SystemServerInitThreadPool.java | 195 Watchdog.getInterestingNativePids(), null, null); in dumpStackTraces()
|
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/ |
H A D | CarServiceHelperService.java | 539 private static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in CarServiceHelperService 560 pids, null, null, getInterestingNativePids(), null); in dumpServiceStacks() 773 nativePids.addAll(getInterestingNativePids()); in dumpAndKillProcess()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 3697 PLcom/android/server/Watchdog;->getInterestingNativePids()Ljava/util/ArrayList;
|