Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/libs/adbconnection/include/adbconnection/
Dprocess_info.h23 struct ProcessInfo { struct
32 ProcessInfo() : pid(0), debuggable(false), profileable(false), arch_name_length(0) {} in ProcessInfo() argument
34 ProcessInfo(uint64_t pid, bool dbg, bool prof, const std::string& arch) in ProcessInfo() argument
/packages/services/Car/procfs-inspector/client/src/com/android/car/procfsinspector/
DProcessInfo.java22 public class ProcessInfo implements Parcelable { class
37 public ProcessInfo(int pid, int uid) { in ProcessInfo() method in ProcessInfo
42 public ProcessInfo(Parcel in) { in ProcessInfo() method in ProcessInfo
/packages/services/Car/cpp/watchdog/server/src/
DIoPerfCollection.cpp56 struct ProcessInfo { struct
57 std::string comm = "";
58 uint64_t count = 0;