Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp221 int64_t ShellSubscriberClient::pullIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos) { in pullIfNeeded() function in android::os::statsd::ShellSubscriberClient
262 sleepTimeMs = min(kMsBetweenHeartbeats, pullIfNeeded(nowSecs, nowMillis, nowNanos)); in pullAndSendHeartbeatsIfNeeded()
275 sleepTimeMs = min(kMsBetweenCallbacks, pullIfNeeded(nowSecs, nowMillis, nowNanos)); in pullAndSendHeartbeatsIfNeeded()