Searched refs:mResultChannelSender (Results 1 – 2 of 2) sorted by relevance
180 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()213 mResultChannelSender->send(V1_0::ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in task()227 mResultChannelSender->send(V1_0::ErrorStatus::NONE, outputShapes, timing); in task()231 mResultChannelSender->send(convert(code).value(), convert(outputShapes).value(), in task()
148 const std::unique_ptr<ResultChannelSender> mResultChannelSender; variable