Searched refs:nextPullTime (Results 1 – 1 of 1) sorted by relevance
165 int64_t nextPullTime = pullInfo.mPrevPullElapsedRealtimeMs + pullInfo.mInterval; in pullAndSendHeartbeats() local166 int64_t timeBeforePull = nextPullTime - nowMillis; // guaranteed to be non-negative in pullAndSendHeartbeats()