Home
last modified time | relevance | path

Searched refs:FmqResultDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h41 using FmqResultDescriptor = variable
153 static std::unique_ptr<ResultChannelSender> create(const FmqResultDescriptor& resultChannel);
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
H A DExecutionBurstController.h94 using FmqResultDescriptor = variable
113 static std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*> create(
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp45 using FmqResultDescriptor = hardware::MQDescriptorSync<FmqResultDatum>; typedef
237 std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*>
246 const FmqResultDescriptor* descriptor = fmqResultChannel->getDesc(); in create()
H A DExecutionBurstServer.cpp451 const FmqResultDescriptor& resultChannel) { in create()