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

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp68 _(MEDIA_PLAYBACK_COMPLETE)
156 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/av/include/media/
H A Dmediaplayer.h41 MEDIA_PLAYBACK_COMPLETE = 2, enumerator in enum:android::media_event_type
/frameworks/av/cmds/stagefright/
H A Dstream.cpp272 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) {
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp524 sendEvent(MEDIA_PLAYBACK_COMPLETE);
H A DMediaPlayerService.cpp1093 if (msg == MEDIA_PLAYBACK_COMPLETE && client->mNextClient != NULL) {
2005 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp517 if (msg == MEDIA_PLAYBACK_COMPLETE || msg == MEDIA_ERROR) {
H A DNuPlayer.cpp516 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
750 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp705 case MEDIA_PLAYBACK_COMPLETE:
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2158 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in class:MediaPlayer
2203 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.cpp868 ALOGV("MEDIA_PLAYBACK_COMPLETE");
869 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);

Completed in 569 milliseconds