Home
last modified time | relevance | path

Searched refs:MEDIA_SEEK_COMPLETE (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp70 _(MEDIA_SEEK_COMPLETE) in media_event_type_to_string()
152 case MEDIA_SEEK_COMPLETE: in notify()
/frameworks/av/include/media/
Dmediaplayer.h43 MEDIA_SEEK_COMPLETE = 4, enumerator
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp486 notifyListener(MEDIA_SEEK_COMPLETE); in notifySeekComplete()
/frameworks/av/media/libmediaplayerservice/
DMidiFile.cpp270 sendEvent(MEDIA_SEEK_COMPLETE); in seekTo()
/frameworks/av/libvideoeditor/lvpp/
DPreviewPlayer.cpp1917 notifyListener_l(MEDIA_SEEK_COMPLETE); in seekTo_l()
1970 notifyListener_l(MEDIA_SEEK_COMPLETE); in finishSeekIfNecessary()
1992 notifyListener_l(MEDIA_SEEK_COMPLETE); in onCheckAudioStatus()
DVideoEditorPreviewController.cpp1242 case MEDIA_SEEK_COMPLETE: in notify()
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp876 notifyListener_l(MEDIA_SEEK_COMPLETE); in onStreamDone()
1447 notifyListener_l(MEDIA_SEEK_COMPLETE); in seekTo_l()
1708 notifyListener_l(MEDIA_SEEK_COMPLETE); in finishSeekIfNecessary()
2095 notifyListener_l(MEDIA_SEEK_COMPLETE); in onCheckAudioStatus()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp736 case MEDIA_SEEK_COMPLETE: in notify()
/frameworks/base/media/java/android/media/
DMediaPlayer.java2160 private static final int MEDIA_SEEK_COMPLETE = 4; field in MediaPlayer
2227 case MEDIA_SEEK_COMPLETE: in handleMessage()