Home
last modified time | relevance | path

Searched refs:ResultChannelReceiver (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp242 std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*>
243 ResultChannelReceiver::create(size_t channelLength, std::chrono::microseconds pollingTimeWindow) { in create()
253 std::make_unique<ResultChannelReceiver>(std::move(fmqResultChannel), pollingTimeWindow), in create()
257 ResultChannelReceiver::ResultChannelReceiver(std::unique_ptr<FmqResultChannel> fmqResultChannel, in ResultChannelReceiver() function in android::nn::ResultChannelReceiver
262 ResultChannelReceiver::getBlocking() { in getBlocking()
271 void ResultChannelReceiver::invalidate() { in invalidate()
288 std::optional<std::vector<FmqResultDatum>> ResultChannelReceiver::getPacketBlocking() { in getPacketBlocking()
501 ResultChannelReceiver::create(kExecutionBurstChannelLength, pollingTimeWindow); in create()
504 std::shared_ptr<ResultChannelReceiver> resultChannelReceiver = in create()
567 const std::shared_ptr<ResultChannelReceiver>& resultChannelReceiver, in ExecutionBurstController()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h93 class ResultChannelReceiver {
113 static std::pair<std::unique_ptr<ResultChannelReceiver>, const FmqResultDescriptor*> create(
140 ResultChannelReceiver(std::unique_ptr<FmqResultChannel> fmqResultChannel,
299 const std::shared_ptr<ResultChannelReceiver>& resultChannelReceiver,
337 const std::shared_ptr<ResultChannelReceiver> mResultChannelReceiver;