Searched refs:getPidsForCommands (Results 1 – 7 of 7) sorted by relevance
70 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in SchedulingPolicyService()130 int[] nativePids = Process.getPidsForCommands(MEDIA_PROCESS_NAMES); in requestCpusetBoost()
44 int[] pids = Process.getPidsForCommands(mCmdline); in readAbsolute()
262 ? Process.getPidsForCommands(new String[] { "/system/bin/surfaceflinger" }) in preDumpIfLockTooSlow()
1431 public static final native int[] getPidsForCommands(String[] cmds); in getPidsForCommands() method in Process
420 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()
708 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
482 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()