Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstController.h193 const std::unique_ptr<RequestChannelSender> mRequestChannelSender; variable
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstController.h336 const std::shared_ptr<RequestChannelSender> mRequestChannelSender; variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp562 : mRequestChannelSender(requestChannelSender), in ExecutionBurstController()
600 const bool success = mRequestChannelSender->send(request, measure, slots); in compute()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp295 mRequestChannelSender(std::move(requestChannelSender)), in ExecutionBurstController()
420 const auto sendStatus = mRequestChannelSender->sendPacket(requestPacket); in executeInternal()