Home
last modified time | relevance | path

Searched refs:MEDIA_ERROR (Results 1 – 11 of 11) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.h68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL); in died()
Dandroid_GenericMediaPlayer.cpp73 _(MEDIA_ERROR) in media_event_type_to_string()
175 case MEDIA_ERROR: in notify()
/frameworks/av/include/media/
Dmediaplayer.h53 MEDIA_ERROR = 100, enumerator
/frameworks/av/media/libmedia/
Dmediaplayer.cpp820 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) { in notify()
848 case MEDIA_ERROR: in notify()
919 notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0); in died()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp921 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onMessageReceived()
1076 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onMessageReceived()
1122 MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, finalResult); in onMessageReceived()
1347 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_MALFORMED); in onStart()
1379 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onStart()
2336 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE); in onSourceNotify()
DNuPlayerDriver.cpp751 case MEDIA_ERROR: in notifyListener_l()
801 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in notifyPrepareCompleted()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp354 listener->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich); in binderDied()
DMediaPlayerService.cpp668 listener->sendEvent(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, mWhich); in binderDied()
/frameworks/av/cmds/stagefright/
Dstream.cpp275 if (msg == MEDIA_ERROR || msg == MEDIA_PLAYBACK_COMPLETE) { in notify()
/frameworks/base/media/java/android/media/
DMediaPlayer.java2828 private static final int MEDIA_ERROR = 100; field in MediaPlayer
2867 MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, MEDIA_ERROR_UNSUPPORTED, null); in handleMessage()
2933 case MEDIA_ERROR: in handleMessage()
2959 MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, MEDIA_ERROR_UNSUPPORTED, null); in handleMessage()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp172 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0); in process_media_player_call()