Home
last modified time | relevance | path

Searched defs:ProcessState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java74 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/
DProcessState.cpp403 ProcessState::ProcessState(const char *driver) in ProcessState() function in android::ProcessState
DParcel.cpp209 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/
DParcel.h43 class ProcessState; variable
/frameworks/base/core/proto/android/service/
Dpower.proto50 enum ProcessState { enum