android_GenericPlayer.cpp | 163 seek(0); 167 void GenericPlayer::seek(int64_t timeMsec) { function in class:android::GenericPlayer 168 SL_LOGV("GenericPlayer::seek %lld", timeMsec); 170 SL_LOGE("GenericPlayer::seek error, can't seek to negative time %lldms", timeMsec); 615 // if we observe the player position going backwards, even without without a seek, then recover
|