Home
last modified time | relevance | path

Searched refs:resultChannel (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp146 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, nn::SharedBurst burstExecutor, in create() argument
156 auto resultChannelSender = NN_TRY(V1_2::utils::ResultChannelSender::create(resultChannel)); in create()
169 std::unique_ptr<V1_2::utils::ResultChannelSender> resultChannel, in Burst() argument
173 mResultChannelSender(std::move(resultChannel)), in Burst()
DPreparedModel.cpp253 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel) { in configureExecutionBurst() argument
255 return Burst::create(callback, requestChannel, resultChannel, std::move(burstExecutor), in configureExecutionBurst()
372 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
375 resultChannel); in configureExecutionBurst()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/
DBurst.h122 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
128 std::unique_ptr<V1_2::utils::ResultChannelSender> resultChannel,
DPreparedModel.h61 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DBurstUtils.h222 const MQDescriptorSync<FmqResultDatum>& resultChannel);
238 const MQDescriptorSync<FmqResultDatum>& resultChannel);
/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModel.hal167 * received from resultChannel. Execution must not
172 * resultChannel. The client must send the request
180 * @param resultChannel FMQ used by the service to return the results of an
183 * timing information. resultChannel must be used to
191 * resultChannel. If the packet's length exceeds the
210 fmq_sync<FmqResultDatum> resultChannel)
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockPreparedModel.h55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp569 const MQDescriptorSync<FmqResultDatum>& resultChannel) { in create() argument
571 std::make_unique<ResultChannelSender>(PrivateConstructorTag{}, resultChannel); in create()
585 const MQDescriptorSync<FmqResultDatum>& resultChannel) in ResultChannelSender() argument
586 : mFmqResultChannel(resultChannel) {} in ResultChannelSender()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockPreparedModel.h55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,