HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_ERROR (Results 1 - 10 of 10) sorted by null

  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL);
android_GenericMediaPlayer.cpp 73 _(MEDIA_ERROR)
81 // Map a media_error_type enum (the ext1 of a MEDIA_ERROR event) to a string or NULL
174 case MEDIA_ERROR:
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
  /frameworks/av/include/media/
mediaplayer.h 53 MEDIA_ERROR = 100,
65 // 'msg' is set to MEDIA_ERROR.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 759 case MEDIA_ERROR:
809 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
NuPlayer.cpp 866 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
    [all...]
  /frameworks/av/cmds/stagefright/
stream.cpp 275 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) {
  /frameworks/av/media/libmedia/
mediaplayer.cpp 822 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) {
850 case MEDIA_ERROR:
921 notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 389 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
864 ALOGV("MEDIA_ERROR %d", mStreamDoneStatus);
867 MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, mStreamDoneStatus);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 172 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
    [all...]

Completed in 293 milliseconds