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

  /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();
78 ProcessState();
79 ~ProcessState();
81 ProcessState(const ProcessState& o);
82 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...]

Completed in 79 milliseconds