Home | History | Annotate | Download | only in binder

Lines Matching defs:ProcessState

17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
70 sp<ProcessState> ProcessState::self()
76 gProcess = new ProcessState;
80 void ProcessState::setContextObject(const sp<IBinder>& object)
85 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
90 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
96 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
132 void ProcessState::startThreadPool()
141 bool ProcessState::isContextManager(void) const
146 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData)
166 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
179 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle)
236 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle)
267 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
279 String8 ProcessState::makeBinderThreadName() {
287 void ProcessState::spawnPooledThread(bool isMain)
297 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) {
308 void ProcessState::giveThreadPoolName() {
339 ProcessState::ProcessState()
367 ProcessState::~ProcessState()