Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h39 using FmqRequestDescriptor = variable
101 const FmqRequestDescriptor& requestChannel,
278 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
307 const FmqRequestDescriptor& requestChannel, const FmqResultDescriptor& resultChannel,
H A DExecutionBurstController.h155 using FmqRequestDescriptor = variable
171 static std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*> create(
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp44 using FmqRequestDescriptor = hardware::MQDescriptorSync<FmqRequestDatum>; typedef
351 std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*>
360 const FmqRequestDescriptor* descriptor = fmqRequestChannel->getDesc(); in create()
H A DExecutionBurstServer.cpp317 const FmqRequestDescriptor& requestChannel, std::chrono::microseconds pollingTimeWindow) { in create()