Searched refs:isSeeking (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/media/stagefright/
H A DAudioPlayer.h64 bool isSeeking();
/frameworks/media/libvideoeditor/lvpp/
H A DAudioPlayerBase.h64 bool isSeeking();
H A DAudioPlayerBase.cpp250 bool AudioPlayerBase::isSeeking() { function in class:android::AudioPlayerBase
H A DPreviewPlayerBase.cpp1585 if (mWatchForAudioSeekComplete && !mAudioPlayer->isSeeking()) {
/frameworks/base/media/libstagefright/
H A DAudioPlayer.cpp258 bool AudioPlayer::isSeeking() { function in class:android::AudioPlayer
H A DAwesomePlayer.cpp948 bool wasSeeking = mAudioPlayer->isSeeking();
964 CHECK(!mAudioPlayer->isSeeking());
1861 if (mWatchForAudioSeekComplete && !mAudioPlayer->isSeeking()) {

Completed in 99 milliseconds