Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTsDataSource.java39 public long getLastReadPosition() { in getLastReadPosition() method in TsDataSource
H A DTunerTsStreamer.java87 public long getLastReadPosition() { in getLastReadPosition() method in TunerTsStreamer.TunerDataSource
H A DFileTsStreamer.java90 public long getLastReadPosition() { in getLastReadPosition() method in FileTsStreamer.FileDataSource
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h181 int64_t getLastReadPosition();
H A DGenericSource.cpp328 int64_t NuPlayer::GenericSource::getLastReadPosition() { in getLastReadPosition() function in android::NuPlayer::GenericSource
1585 int64_t cachedPosUs = getLastReadPosition() + cachedDurationUs; in onPollBuffering()