Home
last modified time | relevance | path

Searched refs:isMain (Results 1 – 4 of 4) sorted by relevance

/system/libhwbinder/
DProcessState.cpp56 explicit PoolThread(bool isMain) in PoolThread() argument
57 : mIsMain(isMain) in PoolThread()
306 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() argument
311 sp<Thread> t = new PoolThread(isMain); in spawnPooledThread()
DIPCThreadState.cpp538 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool() argument
546 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER); in joinThreadPool()
562 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
/system/libhwbinder/include/hwbinder/
DProcessState.h58 void spawnPooledThread(bool isMain);
DIPCThreadState.h72 void joinThreadPool(bool isMain = true);