Lines Matching defs:ProcessState
17 #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::getContextObject(const String16& name, const sp<IBinder>& caller)
147 bool ProcessState::supportsProcesses() const
152 void ProcessState::startThreadPool()
161 bool ProcessState::isContextManager(void) const
166 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData)
195 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
208 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
238 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
269 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
281 void ProcessState::setArgs(int argc, const char* const argv[])
293 int ProcessState::getArgC() const
298 const char* const* ProcessState::getArgV() const
303 void ProcessState::setArgV0(const char* txt)
311 void ProcessState::spawnPooledThread(bool isMain)
363 ProcessState::ProcessState()
394 ProcessState::~ProcessState()