Searched refs:MEDIA2_ERROR (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
D | MediaPlayer2Types.h | 40 MEDIA2_ERROR = 100, enumerator
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2Driver.cpp | 869 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()
|
D | NuPlayer2.cpp | 705 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/ |
D | mediaplayer2.cpp | 1022 if (!(msg == MEDIA2_ERROR && mCurrentState == MEDIA_PLAYER2_IDLE) && mPlayer == 0) { in notify() 1051 case MEDIA2_ERROR: in notify()
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer2.cpp | 260 mp->notify(srcId, MEDIA2_ERROR, opStatus, 0); in process_media_player_call()
|