Searched defs:ProcessState (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessState.java | 74 public final class ProcessState { class 164 public ProcessState(ProcessStats processStats, String pkg, int uid, int vers, String name) { in ProcessState() method in ProcessState 180 public ProcessState(ProcessState commonProcess, String pkg, int uid, int vers, String name, in ProcessState() method in ProcessState
|
/frameworks/native/libs/binder/ |
D | ProcessState.cpp | 339 ProcessState::ProcessState() in ProcessState() function in android::ProcessState
|
D | Parcel.cpp | 242 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder() 274 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 42 class ProcessState; variable
|