Searched refs:MEDIA_ERROR_INVALID_CODE (Results 1 – 5 of 5) sorted by relevance
29 private static final int MEDIA_ERROR_INVALID_CODE = 3; field in MediaPlayerListener54 errorType = MEDIA_ERROR_INVALID_CODE; in onError()72 errorType = MEDIA_ERROR_INVALID_CODE; in onError()
34 MEDIA_ERROR_INVALID_CODE, enumerator
58 public static final int MEDIA_ERROR_INVALID_CODE = 3; field in ContentVideoView206 if (errorType == MEDIA_ERROR_INVALID_CODE) { in onMediaPlayerError()
159 if (errorType == MEDIA_ERROR_INVALID_CODE) return; in onMediaPlayerError()
686 case MediaPlayerAndroid::MEDIA_ERROR_INVALID_CODE: in OnMediaError()