Home | History | Annotate | Download | only in binder

Lines Matching refs:isMain

474 void IPCThreadState::joinThreadPool(bool isMain)
478 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER);
499 if(result == TIMED_OUT && !isMain) {