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

/frameworks/base/include/utils/
H A DIPCThreadState.h32 class IPCThreadState class in namespace:android
35 static IPCThreadState* self();
72 IPCThreadState();
73 ~IPCThreadState();
/frameworks/base/libs/utils/
H A DIPCThreadState.cpp17 #include <utils/IPCThreadState.h>
293 IPCThreadState* IPCThreadState::self()
298 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
300 return new IPCThreadState;
317 void IPCThreadState::shutdown()
323 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS);
332 sp<ProcessState> IPCThreadState
570 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]

Completed in 42 milliseconds