Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp337 : mFmqRequestChannel(std::move(fmqRequestChannel)), kPollingTimeWindow(pollingTimeWindow) {} in RequestChannelReceiver()
377 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
DExecutionBurstController.cpp254 : mFmqResultChannel(std::move(fmqResultChannel)), kPollingTimeWindow(pollingTimeWindow) {} in ResultChannelReceiver()
294 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h132 const std::chrono::microseconds kPollingTimeWindow; variable
DExecutionBurstController.h146 const std::chrono::microseconds kPollingTimeWindow; variable