Home
last modified time | relevance | path

Searched refs:MEDIA2_ERROR (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
DMediaPlayer2Types.h40 MEDIA2_ERROR = 100, enumerator
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Driver.cpp869 case MEDIA2_ERROR: in notifyListener_l()
874 if (msg == MEDIA2_ERROR) { in notifyListener_l()
918 notifyListener_l(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in notifyPrepareCompleted()
942 notifyListener_l(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in notifyPrepareCompleted()
DNuPlayer2.cpp705 notifyListener(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, 0); in onMessageReceived()
1203 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onMessageReceived()
1367 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1383 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1439 mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onMessageReceived()
1714 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, in onStart()
1755 notifyListener(mCurrentSourceInfo.mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onStart()
2935 notifyListener(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE); in onSourceNotify()
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp1022 if (!(msg == MEDIA2_ERROR && mCurrentState == MEDIA_PLAYER2_IDLE) && mPlayer == 0) { in notify()
1051 case MEDIA2_ERROR: in notify()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer2.cpp260 mp->notify(srcId, MEDIA2_ERROR, opStatus, 0); in process_media_player_call()