Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/correction/pose/
DGyroPoseSource.java54 private final int mIntervalMs; field in GyroPoseSource
77 this.mIntervalMs = intervalMs; in GyroPoseSource()
113 if (timeSpan > mIntervalMs * 2L) { in onSensorChanged()
115 timeSpan = mIntervalMs; in onSensorChanged()
/packages/apps/TV/src/com/android/tv/util/
DRecurringRunner.java40 private final long mIntervalMs; field in RecurringRunner
52 mIntervalMs = intervalMs; in RecurringRunner()
128 if (next > System.currentTimeMillis() + mIntervalMs) { in getNextRunTime()
135 long next = System.currentTimeMillis() + mIntervalMs; in resetNextRunTime()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp86 mIntervalMs(intervalMs), in PullInfo()
224 if (pullInfo.mPrevPullElapsedRealtimeMs + pullInfo.mIntervalMs <= nowMillis) { in pullIfNeeded()
242 const int64_t nextPullTimeMs = pullInfo.mPrevPullElapsedRealtimeMs + pullInfo.mIntervalMs; in pullIfNeeded()
DShellSubscriberClient.h50 const int64_t mIntervalMs; member