Searched refs:MEDIA_PLAYBACK_COMPLETE (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/include/media/
H A Dmediaplayer.h41 MEDIA_PLAYBACK_COMPLETE = 2, enumerator in enum:android::media_event_type
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp68 _(MEDIA_PLAYBACK_COMPLETE)
156 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp352 if (msg == MEDIA_PLAYBACK_COMPLETE || msg == MEDIA_ERROR) {
H A DNuPlayer.cpp292 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
498 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp271 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) {
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp518 sendEvent(MEDIA_PLAYBACK_COMPLETE);
H A DMediaPlayerService.cpp1077 if (msg == MEDIA_PLAYBACK_COMPLETE && client->mNextClient != NULL) {
1858 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1949 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in class:MediaPlayer
1978 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp686 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp485 ALOGV("MEDIA_PLAYBACK_COMPLETE");
492 /* Make sure PreviewPlayer only notifies MEDIA_PLAYBACK_COMPLETE once for each clip!
502 * for video and audio, and it will notify MEDIA_PLAYBACK_COMPLETE.
505 * PreviewPlayer will notify MEDIA_PLAYBACK_COMPLETE again. */
507 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);
H A DVideoEditorPreviewController.cpp1168 case MEDIA_PLAYBACK_COMPLETE:
1170 ALOGD("notify:MEDIA_PLAYBACK_COMPLETE, mCurrentClipNumber = %d",
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp840 ALOGV("MEDIA_PLAYBACK_COMPLETE");
841 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);

Completed in 68 milliseconds