Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp383 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() local
385 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()
DExecutionBurstController.cpp299 const auto timeToStopPolling = getCurrentTime() + kPollingTimeWindow; in getPacketBlocking() local
301 while (getCurrentTime() < timeToStopPolling) { in getPacketBlocking()