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

/frameworks/base/include/binder/
H A DProcessState.h37 class ProcessState : public virtual RefBase class in namespace:android
40 static sp<ProcessState> self();
76 ProcessState();
77 ~ProcessState();
79 ProcessState(const ProcessState& o);
80 ProcessState& operator=(const ProcessState& o);
/frameworks/base/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
74 sp<ProcessState> ProcessState::self()
79 if (gProcess == NULL) gProcess = new ProcessState;
83 void ProcessState::setContextObject(const sp<IBinder>& object)
88 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
93 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
99 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
135 void ProcessState
325 ProcessState::ProcessState() function in class:android::ProcessState
[all...]

Completed in 1639 milliseconds