Searched defs:isMain (Results 1 - 2 of 2) sorted by relevance

/system/libhwbinder/
H A DProcessState.cpp53 explicit PoolThread(bool isMain) argument
54 : mIsMain(isMain)
309 void ProcessState::spawnPooledThread(bool isMain) argument
314 sp<Thread> t = new PoolThread(isMain);
H A DIPCThreadState.cpp531 void IPCThreadState::joinThreadPool(bool isMain) argument
535 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER);
552 if(result == TIMED_OUT && !isMain) {

Completed in 75 milliseconds