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

  /external/google-breakpad/src/processor/
process_state.cc 42 ProcessState::~ProcessState() {
46 void ProcessState::Clear() {
  /art/runtime/
process_state.h 24 enum ProcessState {
29 std::ostream& operator<<(std::ostream& os, const ProcessState& process_state);
  /frameworks/native/include/binder/
ProcessState.h 34 class ProcessState : public virtual RefBase
37 static sp<ProcessState> self();
70 ProcessState();
71 ~ProcessState();
73 ProcessState(const ProcessState& o);
74 ProcessState& operator=(const ProcessState& o);
  /frameworks/native/libs/binder/
ProcessState.cpp 17 #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::startThreadPool(
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
process_state.h 90 class ProcessState {
92 ProcessState() : modules_(NULL) { Clear(); }
93 ~ProcessState();
95 // Resets the ProcessState to its default values
122 // ProcessState objects.
172 // ProcessState.
  /external/deqp/framework/delibs/deutil/
deProcess.c 47 } ProcessState;
51 ProcessState state;
517 } ProcessState;
521 ProcessState state;