Searched refs:nowSecs (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriberClient.cpp | 210 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()
|
D | ShellSubscriber.cpp | 102 const int64_t nowSecs = nanoseconds_to_seconds(nowNanos); in pullAndSendHeartbeats() local 105 (*clientIt)->pullAndSendHeartbeatsIfNeeded(nowSecs, nowMillis, nowNanos); in pullAndSendHeartbeats()
|
D | ShellSubscriberClient.h | 76 int64_t pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos);
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 2137 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local 2141 Long.toString(nowSecs), in getDupNotifications()
|