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

/frameworks/native/include/binder/
H A DProcessState.h37 class ProcessState : public virtual RefBase class in namespace:android
40 static sp<ProcessState> self();
78 ProcessState();
79 ~ProcessState();
81 ProcessState(const ProcessState& o);
82 ProcessState& operator=(const ProcessState& o);
/frameworks/native/libs/binder/
H A DProcessState.cpp17 #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
335 ProcessState::ProcessState() function in class:android::ProcessState
[all...]

Completed in 85 milliseconds