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

/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h293 bool getCachedDuration_l(int64_t *durationUs, bool *eos);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp670 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) { function in class:android::AwesomePlayer
740 if (getCachedDuration_l(&cachedDurationUs, &eos2) && mDurationUs > 0) {
802 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
1063 (getCachedDuration_l(&cachedDurationUs, &eos) &&

Completed in 1188 milliseconds