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
410 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local
504 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local
1494 ArrayList<Integer> nativePids = null; in appNotResponding() local
3782 ArrayList<Integer> nativePids) { in dumpStackTraces()3827 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids); in dumpStackTraces() local3916 ArrayList<Integer> nativePids, ArrayList<Integer> extraPids) { in dumpStackTraces()