Home
last modified time | relevance | path

Searched refs:mIsLooper (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h152 bool mIsLooper; variable
/system/libhwbinder/
DIPCThreadState.cpp544 mIsLooper = true; in joinThreadPool()
566 mIsLooper = false; in joinThreadPool()
765 mIsLooper(false), in IPCThreadState()
1036 return mIsLooper; in isLooperThread()
1040 return (mIsLooper && mProcess->mMaxThreads <= 1) || mIsPollingThread; in isOnlyBinderThread()