Searched refs:parentPid (Results 1 – 3 of 3) sorted by relevance
246 Stats(int _pid, int parentPid, boolean includeThreads) { in Stats() argument248 if (parentPid < 0) { in Stats()263 parentPid)); in Stats()424 private int[] collectStats(String statsFile, int parentPid, boolean first, in collectStats() argument445 + (parentPid < 0 ? "process" : "thread") in collectStats()477 if (parentPid < 0) { in collectStats()509 st = new Stats(pid, parentPid, mIncludeThreads); in collectStats()514 + (parentPid < 0 ? "process" : "thread") in collectStats()548 if (parentPid < 0) { in collectStats()584 + (parentPid < 0 ? "process" : "thread") in collectStats()
689 int parentPid = innerPid; in handleParentProc() local690 while (parentPid > 0 && parentPid != pid) { in handleParentProc()691 parentPid = Process.getParentPid(parentPid); in handleParentProc()693 if (parentPid > 0) { in handleParentProc()
1432 int parentPid = pid; in appNotResponding() local1434 parentPid = parentProcess.getPid(); in appNotResponding()1436 if (parentPid != pid) firstPids.add(parentPid); in appNotResponding()1438 if (MY_PID != pid && MY_PID != parentPid) firstPids.add(MY_PID); in appNotResponding()1444 if (myPid > 0 && myPid != pid && myPid != parentPid && myPid != MY_PID) { in appNotResponding()