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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h164 int64_t getLastReadPosition();
H A DGenericSource.cpp309 int64_t NuPlayer::GenericSource::getLastReadPosition() { function in class:android::NuPlayer::GenericSource
502 setDrmPlaybackStatusIfNeeded(Playback::START, getLastReadPosition() / 1000);
528 setDrmPlaybackStatusIfNeeded(Playback::START, getLastReadPosition() / 1000);
709 int64_t cachedPosUs = getLastReadPosition() + cachedDurationUs;

Completed in 32 milliseconds