Home | History | Annotate | Download | only in binder

Lines Matching refs:isMain

425 void IPCThreadState::joinThreadPool(bool isMain)
429 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER);
487 if(result == TIMED_OUT && !isMain) {