Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h35 using FmqRequestDescriptor = MQDescriptorSync<FmqRequestDatum>; variable
87 const FmqRequestDescriptor& requestChannel);
251 const sp<IBurstCallback>& callback, const FmqRequestDescriptor& requestChannel,
275 const FmqRequestDescriptor& requestChannel,
DExecutionBurstController.h130 using FmqRequestDescriptor = ::android::hardware::MQDescriptorSync<FmqRequestDatum>; variable
146 static std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*> create(
/frameworks/ml/nn/common/
DExecutionBurstController.cpp31 using FmqRequestDescriptor = MQDescriptorSync<FmqRequestDatum>; typedef
309 std::pair<std::unique_ptr<RequestChannelSender>, const FmqRequestDescriptor*>
317 const FmqRequestDescriptor* descriptor = fmqRequestChannel->getDesc(); in create()
DExecutionBurstServer.cpp299 const FmqRequestDescriptor& requestChannel) { in create()