Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp59 PoolThread(bool isMain) in PoolThread() argument
60 : mIsMain(isMain) in PoolThread()
320 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread() argument
325 sp<Thread> t = new PoolThread(isMain); in spawnPooledThread()
DIPCThreadState.cpp475 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool() argument
479 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER); in joinThreadPool()
500 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
/frameworks/native/include/binder/
DProcessState.h71 void spawnPooledThread(bool isMain);
DIPCThreadState.h58 void joinThreadPool(bool isMain = true);