Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp166 int64_t timeBeforePull = nextPullTime - nowMillis; // guaranteed to be non-negative in pullAndSendHeartbeats() local
167 if (timeBeforePull < sleepTimeMs) sleepTimeMs = timeBeforePull; in pullAndSendHeartbeats()