Searched defs:ProcessState (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DProcessState.h34 class ProcessState : public virtual RefBase class in namespace:android
37 static sp<ProcessState> self();
70 ProcessState();
71 ~ProcessState();
73 ProcessState(const ProcessState& o);
74 ProcessState& operator=(const ProcessState& o);
/frameworks/native/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
70 sp<ProcessState> ProcessState::self()
76 gProcess = new ProcessState;
80 void ProcessState::setContextObject(const sp<IBinder>& object)
85 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
90 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
96 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
132 void ProcessState
339 ProcessState::ProcessState() function in class:android::ProcessState
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java74 public final class ProcessState { class
100 public static final Comparator<ProcessState> COMPARATOR = new Comparator<ProcessState>() {
102 public int compare(ProcessState lhs, ProcessState rhs) {
125 public ProcessState tmpFoundSubProc;
135 private ProcessState mCommonProcess;
164 public ProcessState(ProcessStats processStats, String pkg, int uid, int vers, String name) { method in class:ProcessState
180 public ProcessState(ProcessState commonProces method in class:ProcessState
[all...]

Completed in 88 milliseconds