Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h101 const FmqRequestDescriptor& requestChannel,
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
312 std::unique_ptr<RequestChannelReceiver> requestChannel,
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp323 const FmqRequestDescriptor& requestChannel, std::chrono::microseconds pollingTimeWindow) { in create() argument
325 std::make_unique<FmqRequestChannel>(requestChannel); in create()
503 const sp<IBurstCallback>& callback, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
515 RequestChannelReceiver::create(requestChannel, pollingTimeWindow); in create()
531 const sp<IBurstCallback>& callback, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
545 return ExecutionBurstServer::create(callback, requestChannel, resultChannel, in create()
550 const sp<IBurstCallback>& callback, std::unique_ptr<RequestChannelReceiver> requestChannel, in ExecutionBurstServer() argument
554 mRequestChannelReceiver(std::move(requestChannel)), in ExecutionBurstServer()
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp185 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
191 nn::ExecutionBurstServer::create(callback, requestChannel, resultChannel, this); in configureExecutionBurst()
299 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
302 return mLatestPreparedModel->configureExecutionBurst(callback, requestChannel, in configureExecutionBurst()
DTestIntrospectionControl.cpp541 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
545 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
653 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
656 return mLatestPreparedModel->configureExecutionBurst(callback, requestChannel, in configureExecutionBurst()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.h160 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
DSampleDriver.cpp870 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
891 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()
DSampleDriverFloatXNNPACK.cpp1602 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
1621 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument