Searched refs:getPidsForCommands (Results 1 – 6 of 6) 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()
333 ? Process.getPidsForCommands(new String[] { "/system/bin/surfaceflinger" }) in preDumpIfLockTooSlow()
1461 public static final native int[] getPidsForCommands(String[] cmds); in getPidsForCommands() method in Process
494 ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()
728 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()