Home
last modified time | relevance | path

Searched refs:getInterestingNativePids (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java580 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 DSystemServerInitThreadPool.java195 Watchdog.getInterestingNativePids(), null, null); in dumpStackTraces()
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java539 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 Dart-profile3697 PLcom/android/server/Watchdog;->getInterestingNativePids()Ljava/util/ArrayList;