Searched defs:IPCThreadState (Results 1 - 3 of 3) sorted by last modified time

/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
93 IPCThreadState();
94 ~IPCThreadState();
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
280 IPCThreadState* IPCThreadState::self()
285 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
287 return new IPCThreadState;
291 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
300 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
310 IPCThreadState* IPCThreadStat
697 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]
/frameworks/native/libs/binder/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
93 IPCThreadState();
94 ~IPCThreadState();

Completed in 287 milliseconds