Home
last modified time | relevance | path

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

/frameworks/ml/nn/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,
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp314 const FmqRequestDescriptor& requestChannel, std::chrono::microseconds pollingTimeWindow) { in create() argument
316 std::make_unique<FmqRequestChannel>(requestChannel); in create()
491 const sp<IBurstCallback>& callback, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
503 RequestChannelReceiver::create(requestChannel, pollingTimeWindow); in create()
519 const sp<IBurstCallback>& callback, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
533 return ExecutionBurstServer::create(callback, requestChannel, resultChannel, in create()
538 const sp<IBurstCallback>& callback, std::unique_ptr<RequestChannelReceiver> requestChannel, in ExecutionBurstServer() argument
542 mRequestChannelReceiver(std::move(requestChannel)), in ExecutionBurstServer()
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp171 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
176 return mPreparedModelV1_2->configureExecutionBurst(callback, requestChannel, in configureExecutionBurst()
270 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
273 return mLatestPreparedModel->configureExecutionBurst(callback, requestChannel, in configureExecutionBurst()
DTestIntrospectionControl.cpp530 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
534 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
627 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
630 return mLatestPreparedModel->configureExecutionBurst(callback, requestChannel, in configureExecutionBurst()
DTestVersionedInterfaces.cpp233 const hardware::MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
/frameworks/ml/nn/driver/sample/
DSampleDriver.h162 const MQDescriptorSync<hal::V1_2::FmqRequestDatum>& requestChannel,
DSampleDriver.cpp857 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
878 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()