Home | History | Annotate | Download | only in binder

Lines Matching defs:ProcessState

17 #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::startThreadPool()
144 bool ProcessState::isContextManager(void) const
149 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData)
169 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
182 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
212 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
243 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
255 void ProcessState::setArgs(int argc, const char* const argv[])
267 int ProcessState::getArgC() const
272 const char* const* ProcessState::getArgV() const
277 void ProcessState::setArgV0(const char* txt)
285 void ProcessState::spawnPooledThread(bool isMain)
325 ProcessState::ProcessState()
355 ProcessState::~ProcessState()