void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) {
    std::lock_guard<std::mutex> lock(mMutex);
    mPresentFence = presentFence;
}

设置 mPresentFence,在 TransactionCallbackInvoker::sendCallbacks() 中使用。