Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp210 int64_t ShellSubscriberClient::pullIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos) { in pullIfNeeded() argument
238 int64_t ShellSubscriberClient::pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, in pullAndSendHeartbeatsIfNeeded() argument
242 if ((nowSecs - mStartTimeSec >= mTimeoutSec) && (mTimeoutSec > 0)) { in pullAndSendHeartbeatsIfNeeded()
247 sleepTimeMs = min(kMsBetweenHeartbeats, pullIfNeeded(nowSecs, nowMillis, nowNanos)); in pullAndSendHeartbeatsIfNeeded()
260 sleepTimeMs = min(kMsBetweenCallbacks, pullIfNeeded(nowSecs, nowMillis, nowNanos)); in pullAndSendHeartbeatsIfNeeded()
DShellSubscriber.cpp102 const int64_t nowSecs = nanoseconds_to_seconds(nowNanos); in pullAndSendHeartbeats() local
105 (*clientIt)->pullAndSendHeartbeatsIfNeeded(nowSecs, nowMillis, nowNanos); in pullAndSendHeartbeats()
DShellSubscriberClient.h76 int64_t pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos);
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2137 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local
2141 Long.toString(nowSecs), in getDupNotifications()