Searched refs:requestChannel (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | ExecutionBurstServer.h | 121 const MQDescriptorSync<FmqRequestDatum>& requestChannel, 126 std::unique_ptr<RequestChannelReceiver> requestChannel,
|
D | ExecutionBurstUtils.h | 174 const MQDescriptorSync<FmqRequestDatum>& requestChannel, 196 const MQDescriptorSync<FmqRequestDatum>& requestChannel,
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstServer.cpp | 150 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()
|
D | ExecutionBurstUtils.cpp | 457 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/ |
D | MockPreparedModel.h | 54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
|
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
D | PreparedModel.h | 60 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 161 * @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/ |
D | MockPreparedModel.h | 54 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel,
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | PreparedModel.cpp | 382 const MQDescriptorSync<V1_2::FmqRequestDatum>& requestChannel, in configureExecutionBurst() argument 386 callback, requestChannel, resultChannel, this, std::chrono::microseconds{0}); in configureExecutionBurst()
|