Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp53 explicit PoolThread(bool isMain) in PoolThread() argument
54 : mIsMain(isMain) in PoolThread()
260 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() argument
265 sp<Thread> t = new PoolThread(isMain); in spawnPooledThread()
DIPCThreadState.cpp487 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool() argument
491 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER); in joinThreadPool()
507 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
/system/libhwbinder/include/hwbinder/
DProcessState.h63 void spawnPooledThread(bool isMain);
DIPCThreadState.h59 void joinThreadPool(bool isMain = true);