Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstUtils.h204 const std::chrono::microseconds kPollingTimeWindow; variable
296 const std::chrono::microseconds kPollingTimeWindow; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstUtils.cpp476 : mFmqRequestChannel(requestChannel), kPollingTimeWindow(pollingTimeWindow) {} in RequestChannelReceiver()
505 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
623 kPollingTimeWindow(pollingTimeWindow) {} in ResultChannelReceiver()
652 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h132 const std::chrono::microseconds kPollingTimeWindow; variable
H A DExecutionBurstController.h146 const std::chrono::microseconds kPollingTimeWindow; variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp254 : mFmqResultChannel(std::move(fmqResultChannel)), kPollingTimeWindow(pollingTimeWindow) {} in ResultChannelReceiver()
294 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()
H A DExecutionBurstServer.cpp337 : mFmqRequestChannel(std::move(fmqRequestChannel)), kPollingTimeWindow(pollingTimeWindow) {} in RequestChannelReceiver()
377 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking()