Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h153 static std::unique_ptr<ResultChannelSender> create(const FmqResultDescriptor& resultChannel);
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
313 std::unique_ptr<ResultChannelSender> resultChannel,
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp457 const FmqResultDescriptor& resultChannel) { in create() argument
459 std::make_unique<FmqResultChannel>(resultChannel); in create()
504 const MQDescriptorSync<FmqResultDatum>& resultChannel, in create() argument
517 ResultChannelSender::create(resultChannel); in create()
532 const MQDescriptorSync<FmqResultDatum>& resultChannel, V1_2::IPreparedModel* preparedModel, in create() argument
545 return ExecutionBurstServer::create(callback, requestChannel, resultChannel, in create()
551 std::unique_ptr<ResultChannelSender> resultChannel, in ExecutionBurstServer() argument
555 mResultChannelSender(std::move(resultChannel)), in ExecutionBurstServer()
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp186 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
191 nn::ExecutionBurstServer::create(callback, requestChannel, resultChannel, this); in configureExecutionBurst()
300 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
303 resultChannel, cb); in configureExecutionBurst()
DTestIntrospectionControl.cpp542 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
545 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
654 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
657 resultChannel, cb); in configureExecutionBurst()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.h161 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
DSampleDriver.cpp871 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument
891 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()
DSampleDriverFloatXNNPACK.cpp1603 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
1622 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument