HomeSort by relevance Sort by last modified time
    Searched defs:ProcessState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sandbox/win/src/
target_services.h 14 class ProcessState {
16 ProcessState() : process_state_(0) {}
34 DISALLOW_COPY_AND_ASSIGN(ProcessState);
48 virtual ProcessState* GetState();
65 ProcessState process_state_;
  /sdk/emulator/qtools/
parse_options-inl.h 20 typedef TraceReaderType::ProcessState ProcessState;
trace_reader.h 91 class ProcessState {
109 // Define values for the ProcessState flag bits
121 ProcessState() {
142 ~ProcessState() {
190 ProcessState *parent;
191 ProcessState *addr_manager; // the address space manager process
192 ProcessState *next;
202 void CopyKernelRegion(ProcessState *pstate);
203 void ClearRegions(ProcessState *pstate);
204 void CopyRegions(ProcessState *parent, ProcessState *child)
    [all...]
  /frameworks/native/include/binder/
ProcessState.h 37 class ProcessState : public virtual RefBase
40 static sp<ProcessState> self();
79 ProcessState();
80 ~ProcessState();
82 ProcessState(const ProcessState& o);
83 ProcessState& operator=(const ProcessState& o);
  /frameworks/native/libs/binder/
ProcessState.cpp 17 #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::startThreadPool(
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 193 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);
473 public static void computeProcessData(ProcessState proc, ProcessDataCollection data, long now)
    [all...]

Completed in 285 milliseconds