Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/shell/
H A DShellSubscriber.cpp165 int64_t nextPullTime = pullInfo.mPrevPullElapsedRealtimeMs + pullInfo.mInterval; in pullAndSendHeartbeats() local
166 int64_t timeBeforePull = nextPullTime - nowMillis; // guaranteed to be non-negative in pullAndSendHeartbeats()