Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java74 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/
DProcessState.cpp339 ProcessState::ProcessState() in ProcessState() function in android::ProcessState
DParcel.cpp242 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/
DParcel.h42 class ProcessState; variable