Searched refs:nativePids (Results 1 – 5 of 5) sorted by relevance
71 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in SchedulingPolicyService() local72 if (nativePids != null && nativePids.length == 1) { in SchedulingPolicyService()73 mBoostedPid = nativePids[0]; in SchedulingPolicyService()74 disableCpusetBoost(nativePids[0]); in SchedulingPolicyService()125 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in requestCpusetBoost() local126 if (nativePids == null || nativePids.length != 1) { in requestCpusetBoost()133 return enableCpusetBoost(nativePids[0], client); in requestCpusetBoost()135 return disableCpusetBoost(nativePids[0]); in requestCpusetBoost()
497 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local498 if (nativePids != null) { in getInterestingNativePids()499 pids.ensureCapacity(pids.size() + nativePids.length); in getInterestingNativePids()500 for (int i : nativePids) { in getInterestingNativePids()
561 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local562 if (nativePids != null) { in getInterestingNativePids()563 pids.ensureCapacity(pids.size() + nativePids.length); in getInterestingNativePids()564 for (int i : nativePids) { in getInterestingNativePids()
1516 ArrayList<Integer> nativePids = null; in appNotResponding() local1519 nativePids = new ArrayList<>(pids.length); in appNotResponding()1521 nativePids.add(i); in appNotResponding()1529 nativePids); in appNotResponding()
3811 ArrayList<Integer> nativePids) { in dumpStackTraces() argument3814 Slog.i(TAG, "dumpStackTraces pids=" + lastPids + " nativepids=" + nativePids); in dumpStackTraces()3856 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids); in dumpStackTraces() local3945 ArrayList<Integer> nativePids, ArrayList<Integer> extraPids) { in dumpStackTraces() argument3978 if (nativePids != null) { in dumpStackTraces()3979 for (int pid : nativePids) { in dumpStackTraces()