Searched refs:requestChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/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,
|
/frameworks/ml/nn/common/ |
D | ExecutionBurstServer.cpp | 314 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/ |
D | TestExecution.cpp | 171 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()
|
D | TestIntrospectionControl.cpp | 530 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()
|
D | TestVersionedInterfaces.cpp | 233 const hardware::MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.h | 162 const MQDescriptorSync<hal::V1_2::FmqRequestDatum>& requestChannel,
|
D | SampleDriver.cpp | 857 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument 878 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()
|