Home
last modified time | relevance | path

Searched refs:MEDIA_PLAYBACK_COMPLETE (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp68 _(MEDIA_PLAYBACK_COMPLETE) in media_event_type_to_string()
157 case MEDIA_PLAYBACK_COMPLETE: in notify()
/frameworks/av/include/media/
Dmediaplayer.h44 MEDIA_PLAYBACK_COMPLETE = 2, enumerator
/frameworks/av/cmds/stagefright/
Dstream.cpp275 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) { in notify()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp721 case MEDIA_PLAYBACK_COMPLETE: in notifyListener_l()
DNuPlayer.cpp922 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
1129 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp837 case MEDIA_PLAYBACK_COMPLETE: in notify()
/frameworks/base/media/java/android/media/
DMediaPlayer.java2818 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in MediaPlayer
2874 case MEDIA_PLAYBACK_COMPLETE: in handleMessage()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1279 if (msg == MEDIA_PLAYBACK_COMPLETE && client->mNextClient != NULL) { in notify()