void TransactionCompletedListener::startListeningLocked() { if (mListening) { return; } ProcessState::self()->startThreadPool(); mListening = true; }
调用 startThreadPool() 开启 binder 线程。
startThreadPool()