Searched refs:parentPid (Results 1 – 3 of 3) sorted by relevance
251 Stats(int _pid, int parentPid, boolean includeThreads) { in Stats() argument253 if (parentPid < 0) { in Stats()268 parentPid)); in Stats()429 private int[] collectStats(String statsFile, int parentPid, boolean first, in collectStats() argument450 + (parentPid < 0 ? "process" : "thread") in collectStats()482 if (parentPid < 0) { in collectStats()514 st = new Stats(pid, parentPid, mIncludeThreads); in collectStats()519 + (parentPid < 0 ? "process" : "thread") in collectStats()553 if (parentPid < 0) { in collectStats()589 + (parentPid < 0 ? "process" : "thread") in collectStats()
588 int parentPid = innerPid; in handleParentProc() local589 while (parentPid > 0 && parentPid != pid) { in handleParentProc()590 parentPid = Process.getParentPid(parentPid); in handleParentProc()592 if (parentPid > 0) { in handleParentProc()
1454 int parentPid = pid; in appNotResponding() local1456 parentPid = parentProcess.getPid(); in appNotResponding()1458 if (parentPid != pid) firstPids.add(parentPid); in appNotResponding()1460 if (MY_PID != pid && MY_PID != parentPid) firstPids.add(MY_PID); in appNotResponding()1466 if (myPid > 0 && myPid != pid && myPid != parentPid && myPid != MY_PID) { in appNotResponding()