Lines Matching refs:ProcessState
17 #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::startThreadPool()
145 bool ProcessState::isContextManager(void) const
150 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData)
170 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
240 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
271 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
283 void ProcessState::setArgs(int argc, const char* const argv[])
295 int ProcessState::getArgC() const
300 const char* const* ProcessState::getArgV() const
305 void ProcessState::setArgV0(const char* txt)
313 String8 ProcessState::makeBinderThreadName() {
320 void ProcessState::spawnPooledThread(bool isMain)
330 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) {
339 void ProcessState::giveThreadPoolName() {
371 ProcessState::ProcessState()
401 ProcessState::~ProcessState()