Searched refs:monotonic (Results 1 – 5 of 5) sorted by relevance
64 public long getCurrentTimeUs(boolean precise, boolean monotonic) in getCurrentTimeUs() argument
3845 private long getEstimatedTime(long nanoTime, boolean monotonic) { in getEstimatedTime() argument3864 public long getCurrentTimeUs(boolean refreshTime, boolean monotonic) in getCurrentTimeUs() argument3884 getEstimatedTime(nanoTime, monotonic); in getCurrentTimeUs()3893 if (monotonic && mLastTimeUs < mLastReportedTime) { in getCurrentTimeUs()3908 return getEstimatedTime(nanoTime, monotonic); in getCurrentTimeUs()
81 display device, the time should correspond to the system monotonic up-time
293 … {@code nanoTime} in the {@link android.media.AudioTimestamp} (which is monotonic) to find the clo…
1269 <p>Here’s a simple, incorrect implementation of a monotonic counter: <span