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

/frameworks/native/include/binder/
H A DProcessState.h37 class ProcessState : public virtual RefBase class in namespace:android
40 static sp<ProcessState> self();
79 ProcessState();
80 ~ProcessState();
82 ProcessState(const ProcessState& o);
83 ProcessState& operator=(const ProcessState& o);
/frameworks/native/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
74 sp<ProcessState> ProcessState::self()
80 gProcess = new ProcessState;
84 void ProcessState::setContextObject(const sp<IBinder>& object)
89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
94 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
136 void ProcessState
371 ProcessState::ProcessState() function in class:android::ProcessState
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java193 public final ProcessMap<ProcessState> mProcesses = new ProcessMap<ProcessState>();
240 ProcessState otherProc = otherState.mProcesses.valueAt(iproc);
244 ProcessState thisProc = getProcessStateLocked(pkgName, uid,
268 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap();
270 SparseArray<ProcessState> uids = procMap.valueAt(ip);
273 ProcessState otherProc = uids.valueAt(iu);
274 ProcessState thisProc = mProcesses.get(otherProc.mName, uid);
278 thisProc = new ProcessState(this, otherProc.mPackage, uid, otherProc.mName);
479 public static void computeProcessData(ProcessState pro
2366 public static final class ProcessState extends DurationsTable { class in class:ProcessStats
2401 public ProcessState(ProcessStats processStats, String pkg, int uid, String name) { method in class:ProcessStats.ProcessState
2413 public ProcessState(ProcessState commonProcess, String pkg, int uid, String name, method in class:ProcessStats.ProcessState
[all...]

Completed in 172 milliseconds