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

/frameworks/native/include/binder/
H A DProcessState.h32 class ProcessState : public virtual RefBase class in namespace:android
35 static sp<ProcessState> self();
68 ProcessState();
69 ~ProcessState();
71 ProcessState(const ProcessState& o);
72 ProcessState& operator=(const ProcessState& o);
/frameworks/native/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
69 sp<ProcessState> ProcessState::self()
75 gProcess = new ProcessState;
79 void ProcessState::setContextObject(const sp<IBinder>& object)
84 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
89 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
95 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
131 void ProcessState
336 ProcessState::ProcessState() function in class:android::ProcessState
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java219 public final ProcessMap<ProcessState> mProcesses = new ProcessMap<ProcessState>();
274 ProcessState otherProc = otherState.mProcesses.valueAt(iproc);
278 ProcessState thisProc = getProcessStateLocked(pkgName, uid, vers,
304 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap();
306 SparseArray<ProcessState> uids = procMap.valueAt(ip);
309 ProcessState otherProc = uids.valueAt(iu);
310 ProcessState thisProc = mProcesses.get(otherProc.mName, uid);
314 thisProc = new ProcessState(this, otherProc.mPackage, uid, otherProc.mVersion,
585 public static void computeProcessData(ProcessState pro
2898 public static final class ProcessState extends DurationsTable { class in class:ProcessStats
2936 public ProcessState(ProcessStats processStats, String pkg, int uid, int vers, String name) { method in class:ProcessStats.ProcessState
2949 public ProcessState(ProcessState commonProcess, String pkg, int uid, int vers, String name, method in class:ProcessStats.ProcessState
[all...]

Completed in 466 milliseconds