Searched refs:getAsyncCallback (Results 1 – 4 of 4) sorted by relevance
39 mIsAsynchronous(!!getContext().getAsyncCallback()), in StreamStub()
41 mIsAsynchronous(!!getContext().getAsyncCallback()) { in StreamPrimary()
368 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle()476 std::shared_ptr<IStreamCallback> asyncCallback = mContext->getAsyncCallback(); in cycle()629 if (mContext->getAsyncCallback() == nullptr) { in write()
108 std::shared_ptr<IStreamCallback> getAsyncCallback() const { return mAsyncCallback; } in getAsyncCallback() function