Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h121 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
126 std::unique_ptr<RequestChannelReceiver> requestChannel,
DExecutionBurstUtils.h174 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
196 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp150 const sp<IBurstCallback>& callback, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
160 NN_TRY(RequestChannelReceiver::create(requestChannel, pollingTimeWindow)); in create()
175 std::unique_ptr<RequestChannelReceiver> requestChannel, in ExecutionBurstServer() argument
179 mRequestChannelReceiver(std::move(requestChannel)), in ExecutionBurstServer()
DExecutionBurstUtils.cpp457 const MQDescriptorSync<FmqRequestDatum>& requestChannel, in create() argument
460 PrivateConstructorTag{}, requestChannel, pollingTimeWindow); in create()
474 PrivateConstructorTag /*tag*/, const MQDescriptorSync<FmqRequestDatum>& requestChannel, in RequestChannelReceiver() argument
476 : mFmqRequestChannel(requestChannel), kPollingTimeWindow(pollingTimeWindow) {} in RequestChannelReceiver()
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockPreparedModel.h54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DPreparedModel.h60 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.3/utils/test/
DMockPreparedModel.h54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp382 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument
386 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()