Home
last modified time | relevance | path

Searched refs:maybePollTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioTimestampPoller.java120 public boolean maybePollTimestamp(long systemTimeUs) { in maybePollTimestamp() method in AudioTimestampPoller
DAudioTrackPositionTracker.java398 if (!audioTimestampPoller.maybePollTimestamp(systemTimeUs)) { in maybePollAndCheckTimestamp()