Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h116 getBlocking();
DExecutionBurstController.h129 getBlocking();
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp346 RequestChannelReceiver::getBlocking() { in getBlocking() function in android::nn::RequestChannelReceiver
621 auto arguments = mRequestChannelReceiver->getBlocking(); in task()
DExecutionBurstController.cpp262 ResultChannelReceiver::getBlocking() { in getBlocking() function in android::nn::ResultChannelReceiver
617 const auto result = mResultChannelReceiver->getBlocking(); in compute()