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.cpp555 mIsLooper = true; in joinThreadPool()
577 mIsLooper = false; in joinThreadPool()
776 mIsLooper(false), in IPCThreadState()
1042 return mIsLooper; in isLooperThread()
1046 return (mIsLooper && mProcess->mMaxThreads <= 1) || mIsPollingThread; in isOnlyBinderThread()