Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp145 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in create() argument
155 NN_TRY(V1_2::utils::RequestChannelReceiver::create(requestChannel, pollingTimeWindow)); in create()
168 std::unique_ptr<V1_2::utils::RequestChannelReceiver> requestChannel, in Burst() argument
172 mRequestChannelReceiver(std::move(requestChannel)), in Burst()
DPreparedModel.cpp252 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
255 return Burst::create(callback, requestChannel, resultChannel, std::move(burstExecutor), in configureExecutionBurst()
371 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
374 auto result = adapter::configureExecutionBurst(kPreparedModel, callback, requestChannel, in configureExecutionBurst()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/
DBurst.h121 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
127 std::unique_ptr<V1_2::utils::RequestChannelReceiver> requestChannel,
DPreparedModel.h60 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DBurstUtils.h174 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
196 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockPreparedModel.h54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModel.hal161 * @param requestChannel FMQ used by the client to send a serialized Request
169 * corresponding to Request inputs. requestChannel
178 * requestChannel. The client must not send a request
185 * requestChannel. The service must send the result
209 fmq_sync<FmqRequestDatum> requestChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp465 const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
468 PrivateConstructorTag{}, requestChannel, pollingTimeWindow); in create()
482 PrivateConstructorTag /*tag*/, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in RequestChannelReceiver() argument
484 : mFmqRequestChannel(requestChannel), kPollingTimeWindow(pollingTimeWindow) {} in RequestChannelReceiver()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockPreparedModel.h54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,