Searched refs:monotonic (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaTimeProvider.java58 * @param monotonic Whether returned time should be monotonic: that is,
64 public long getCurrentTimeUs(boolean precise, boolean monotonic) argument
H A DMediaPlayer.java3099 private long getEstimatedTime(long nanoTime, boolean monotonic) { argument
3118 public long getCurrentTimeUs(boolean refreshTime, boolean monotonic) argument
3138 getEstimatedTime(nanoTime, monotonic);
3147 if (monotonic && mLastTimeUs < mLastReportedTime) {
3162 return getEstimatedTime(nanoTime, monotonic);

Completed in 66 milliseconds