Searched refs:getPidsForCommands (Results 1 – 6 of 6) sorted by relevance
71 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in SchedulingPolicyService()125 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in requestCpusetBoost()
1159 public static final native int[] getPidsForCommands(String[] cmds); in getPidsForCommands() method in Process
497 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
561 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
21 import static android.os.Process.getPidsForCommands;1201 int[] pids = getPidsForCommands(MEMORY_INTERESTING_NATIVE_PROCESSES); in pullNativeProcessMemoryState()1252 int[] pids = getPidsForCommands(MEMORY_INTERESTING_NATIVE_PROCESSES); in pullProcessMemoryHighWaterMark()
1515 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()