Home
last modified time | relevance | path

Searched refs:MEDIA_PLAYBACK_COMPLETE (Results 1 – 9 of 9) 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/media/libmedia/include/media/
Dmediaplayer.h45 MEDIA_PLAYBACK_COMPLETE = 2, enumerator
/frameworks/av/include/media/
Dmediaplayer.h45 MEDIA_PLAYBACK_COMPLETE = 2, enumerator
/frameworks/av/cmds/stagefright/
Dstream.cpp281 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) { in notify()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp915 case MEDIA_PLAYBACK_COMPLETE: in notifyListener_l()
DNuPlayer.cpp1016 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
1245 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp894 case MEDIA_PLAYBACK_COMPLETE: in notify()
/frameworks/base/media/java/android/media/
DMediaPlayer.java3131 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in MediaPlayer
3216 case MEDIA_PLAYBACK_COMPLETE: in handleMessage()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1404 if (msg == MEDIA_PLAYBACK_COMPLETE && client->mNextClient != NULL) { in notify()