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

/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h33 class IPCThreadState class in namespace:android::hardware
36 static IPCThreadState* self();
37 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
99 IPCThreadState();
100 ~IPCThreadState();
/system/libhwbinder/
H A DIPCThreadState.cpp17 #define LOG_TAG "hw-IPCThreadState"
19 #include <hwbinder/IPCThreadState.h>
279 IPCThreadState* IPCThreadState::self()
284 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
286 return new IPCThreadState;
290 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
299 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
309 IPCThreadState* IPCThreadStat
745 IPCThreadState::IPCThreadState() function in class:android::hardware::IPCThreadState
[all...]

Completed in 199 milliseconds