Searched defs:ProcessState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessState.java | 74 public final class ProcessState { class 165 public ProcessState(ProcessStats processStats, String pkg, int uid, int vers, String name) { in ProcessState() method in ProcessState 181 public ProcessState(ProcessState commonProcess, String pkg, int uid, int vers, String name, in ProcessState() method in ProcessState
|
/frameworks/native/libs/binder/ |
D | ProcessState.cpp | 403 ProcessState::ProcessState(const char *driver) in ProcessState() function in android::ProcessState
|
D | Parcel.cpp | 209 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder() 248 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder()
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 43 class ProcessState; variable
|
/frameworks/base/core/proto/android/service/ |
D | power.proto | 50 enum ProcessState { enum
|