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

/frameworks/native/include/binder/
H A DIPCThreadState.h32 class IPCThreadState class in namespace:android
35 static IPCThreadState* self();
36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
88 IPCThreadState();
89 ~IPCThreadState();
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
298 IPCThreadState* IPCThreadState::self()
303 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
305 return new IPCThreadState;
322 IPCThreadState* IPCThreadState::selfOrNull()
326 IPCThreadState* s
683 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]

Completed in 247 milliseconds