Searched refs:resultChannel (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
D | Burst.cpp | 146 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, nn::SharedBurst burstExecutor, in create() argument 156 auto resultChannelSender = NN_TRY(V1_2::utils::ResultChannelSender::create(resultChannel)); in create() 169 std::unique_ptr<V1_2::utils::ResultChannelSender> resultChannel, in Burst() argument 173 mResultChannelSender(std::move(resultChannel)), in Burst()
|
D | PreparedModel.cpp | 253 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel) { in configureExecutionBurst() argument 255 return Burst::create(callback, requestChannel, resultChannel, std::move(burstExecutor), in configureExecutionBurst() 372 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument 375 resultChannel); in configureExecutionBurst()
|
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/ |
D | Burst.h | 122 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, 128 std::unique_ptr<V1_2::utils::ResultChannelSender> resultChannel,
|
D | PreparedModel.h | 61 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | BurstUtils.h | 222 const MQDescriptorSync<FmqResultDatum>& resultChannel); 238 const MQDescriptorSync<FmqResultDatum>& resultChannel);
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 167 * received from resultChannel. Execution must not 172 * resultChannel. The client must send the request 180 * @param resultChannel FMQ used by the service to return the results of an 183 * timing information. resultChannel must be used to 191 * resultChannel. If the packet's length exceeds the 210 fmq_sync<FmqResultDatum> resultChannel)
|
/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
D | MockPreparedModel.h | 55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | BurstUtils.cpp | 569 const MQDescriptorSync<FmqResultDatum>& resultChannel) { in create() argument 571 std::make_unique<ResultChannelSender>(PrivateConstructorTag{}, resultChannel); in create() 585 const MQDescriptorSync<FmqResultDatum>& resultChannel) in ResultChannelSender() argument 586 : mFmqResultChannel(resultChannel) {} in ResultChannelSender()
|
/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
D | MockPreparedModel.h | 55 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|