Searched defs:ProcessInfo (Results 1 – 3 of 3) sorted by relevance
23 struct ProcessInfo { struct32 ProcessInfo() : pid(0), debuggable(false), profileable(false), arch_name_length(0) {} in ProcessInfo() argument34 ProcessInfo(uint64_t pid, bool dbg, bool prof, const std::string& arch) in ProcessInfo() argument
22 public class ProcessInfo implements Parcelable { class37 public ProcessInfo(int pid, int uid) { in ProcessInfo() method in ProcessInfo42 public ProcessInfo(Parcel in) { in ProcessInfo() method in ProcessInfo
56 struct ProcessInfo { struct57 std::string comm = "";58 uint64_t count = 0;