Searched refs:mResultChannelSender (Results 1 – 2 of 2) sorted by relevance
543 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()617 mResultChannelSender->send(V1_0::ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in task()640 mResultChannelSender->send(errorStatus, outputShapes, returnedTiming); in task()
337 const std::unique_ptr<ResultChannelSender> mResultChannelSender; variable