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

/frameworks/base/include/binder/
H A DIPCThreadState.h32 class IPCThreadState class in namespace:android
35 static IPCThreadState* self();
85 IPCThreadState();
86 ~IPCThreadState();
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
297 IPCThreadState* IPCThreadState::self()
302 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
304 return new IPCThreadState;
321 void IPCThreadState::shutdown()
327 IPCThreadState* st = (IPCThreadState*)pthread_getspecifi
624 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]

Completed in 4883 milliseconds