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