Searched refs:ppid (Results 1 – 4 of 4) sorted by relevance
80 final int ppid; field in Record128 ppid = Integer.parseInt(parts[0]); in Record()
120 Proc parent = processes.get(record.ppid); in indexProcess()
35 boolean isCompatible(int ppid); in isCompatible() argument
336 public boolean isCompatible(int ppid) { in isCompatible() argument337 return ppid == android.os.Process.myPpid(); in isCompatible()