Searched refs:requestChannel (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/common/include/ |
D | ExecutionBurstServer.h | 101 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/ |
D | ExecutionBurstServer.cpp | 323 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/ |
D | TestExecution.cpp | 185 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()
|
D | TestIntrospectionControl.cpp | 541 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/ |
D | SampleDriver.h | 160 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
|
D | SampleDriver.cpp | 870 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument 891 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()
|
D | SampleDriverFloatXNNPACK.cpp | 1602 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, 1621 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
|