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()
1094 public static final native int[] getPidsForCommands(String[] cmds); in getPidsForCommands() method in Process
410 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
504 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
21 import static android.os.Process.getPidsForCommands;1200 int[] pids = getPidsForCommands(MEMORY_INTERESTING_NATIVE_PROCESSES); in pullNativeProcessMemoryState()1251 int[] pids = getPidsForCommands(MEMORY_INTERESTING_NATIVE_PROCESSES); in pullProcessMemoryHighWaterMark()
1493 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()