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();
72 IPCThreadState();
73 ~IPCThreadState();
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
296 IPCThreadState* IPCThreadState::self()
301 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
303 return new IPCThreadState;
320 void IPCThreadState::shutdown()
326 IPCThreadState* st = (IPCThreadState*)pthread_getspecifi
585 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]

Completed in 45 milliseconds