Searched refs:seekToAsync (Results 1 – 8 of 8) sorted by relevance
166 status_t TimedTextDriver::seekToAsync(int64_t timeUs) { in seekToAsync() function in android::TimedTextDriver173 mPlayer->seekToAsync(timeUs); in seekToAsync()178 mPlayer->seekToAsync(timeUs); in seekToAsync()182 mPlayer->seekToAsync(timeUs); in seekToAsync()
44 void seekToAsync(int64_t timeUs);
70 void TimedTextPlayer::seekToAsync(int64_t timeUs) { in seekToAsync() function in android::TimedTextPlayer91 seekToAsync(mPendingSeekTimeUs); in onMessageReceived()
192 mPlayer->seekToAsync(0, true /* needNotify */); in prepare_l()217 mPlayer->seekToAsync(0, true /* needNotify */); in prepareAsync()259 mPlayer->seekToAsync(mStartupSeekTimeUs); in start()268 mPlayer->seekToAsync(0); in start()369 mPlayer->seekToAsync(seekTimeUs, true /* needNotify */); in seekTo()659 mPlayer->seekToAsync(0); in notifyListener_l()
63 void seekToAsync(int64_t seekTimeUs, bool needNotify = false);
335 void NuPlayer::seekToAsync(int64_t seekTimeUs, bool needNotify) { in seekToAsync() function in android::NuPlayer
49 status_t seekToAsync(int64_t timeUs);
1477 mTextDriver->seekToAsync(mSeekTimeUs); in seekTo_l()