Searched defs:MEDIA_PLAYBACK_COMPLETE (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A Dmediaplayer.h47 MEDIA_PLAYBACK_COMPLETE = 2, enumerator in enum:android::media_event_type
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h47 MEDIA_PLAYBACK_COMPLETE = 2, enumerator in enum:android::media_event_type
/frameworks/base/media/java/android/media/
H A DMediaPlayer2Impl.java2739 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in class:MediaPlayer2Impl
2873 case MEDIA_PLAYBACK_COMPLETE:
2878 Log.i(TAG, "MEDIA_PLAYBACK_COMPLETE: srcId=" + srcId
H A DMediaPlayer.java3309 private static final int MEDIA_PLAYBACK_COMPLETE = 2; field in class:MediaPlayer
3397 case MEDIA_PLAYBACK_COMPLETE:

Completed in 104 milliseconds