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();
80 ProcessState();
81 ~ProcessState();
83 ProcessState(const ProcessState& o);
84 ProcessState& operator=(const ProcessState& o);
/frameworks/base/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
76 sp<ProcessState> ProcessState::self()
81 if (gProcess == NULL) gProcess = new ProcessState;
85 void ProcessState::setSingleProcess(bool singleProcess)
91 void ProcessState::setContextObject(const sp<IBinder>& object)
96 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
105 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
111 sp<IBinder> ProcessState
363 ProcessState::ProcessState() function in class:android::ProcessState
[all...]

Completed in 41 milliseconds