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

/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h73 bool isSeeking();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h63 bool isSeeking();
H A DVideoEditorAudioPlayer.cpp204 bool VideoEditorAudioPlayer::isSeeking() { function in class:android::VideoEditorAudioPlayer
206 ALOGV("isSeeking: mSeeking=%d", mSeeking);
H A DPreviewPlayer.cpp1988 if (mWatchForAudioSeekComplete && !mAudioPlayer->isSeeking()) { function
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp379 bool AudioPlayer::isSeeking() { function in class:android::AudioPlayer
H A DAwesomePlayer.cpp1067 bool wasSeeking = mAudioPlayer->isSeeking();
1085 CHECK(!mAudioPlayer->isSeeking());
2046 if (mWatchForAudioSeekComplete && !mAudioPlayer->isSeeking()) {

Completed in 891 milliseconds