Searched defs:nativePids (Results 1 – 5 of 5) sorted by relevance
71 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in SchedulingPolicyService() local125 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in requestCpusetBoost() local
497 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local
561 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local
1516 ArrayList<Integer> nativePids = null; in appNotResponding() local
3811 ArrayList<Integer> nativePids) { in dumpStackTraces()3856 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids); in dumpStackTraces() local3945 ArrayList<Integer> nativePids, ArrayList<Integer> extraPids) { in dumpStackTraces()