Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h163 int64_t getLastReadPosition();
DGenericSource.cpp309 int64_t NuPlayer::GenericSource::getLastReadPosition() { in getLastReadPosition() function in android::NuPlayer::GenericSource
492 setDrmPlaybackStatusIfNeeded(Playback::START, getLastReadPosition() / 1000); in start()
518 setDrmPlaybackStatusIfNeeded(Playback::START, getLastReadPosition() / 1000); in resume()
692 int64_t cachedPosUs = getLastReadPosition() + cachedDurationUs; in onPollBuffering()