Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaTimeProvider.java64 public long getCurrentTimeUs(boolean precise, boolean monotonic) in getCurrentTimeUs() argument
DMediaPlayer.java3845 private long getEstimatedTime(long nanoTime, boolean monotonic) { in getEstimatedTime() argument
3864 public long getCurrentTimeUs(boolean refreshTime, boolean monotonic) in getCurrentTimeUs() argument
3884 getEstimatedTime(nanoTime, monotonic); in getCurrentTimeUs()
3893 if (monotonic && mLastTimeUs < mLastReportedTime) { in getCurrentTimeUs()
3908 return getEstimatedTime(nanoTime, monotonic); in getCurrentTimeUs()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt81 display device, the time should correspond to the system monotonic up-time
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd293 … {@code nanoTime} in the {@link android.media.AudioTimestamp} (which is monotonic) to find the clo…
/frameworks/base/docs/html/training/articles/
Dsmp.jd1269 <p>Here’s a simple, incorrect implementation of a monotonic counter: <span