Searched refs:errorCallback (Results 1 – 7 of 7) sorted by relevance
73 private static MediaCodecVideoEncoderErrorCallback errorCallback = null; field in MediaCodecVideoEncoder136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) { in setErrorCallback() argument138 MediaCodecVideoEncoder.errorCallback = errorCallback; in setErrorCallback()428 if (errorCallback != null) { in release()430 errorCallback.onMediaCodecVideoEncoderCriticalError(codecErrors); in release()
73 private static MediaCodecVideoDecoderErrorCallback errorCallback = null; field in MediaCodecVideoDecoder127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) { in setErrorCallback() argument129 MediaCodecVideoDecoder.errorCallback = errorCallback; in setErrorCallback()327 if (errorCallback != null) { in release()329 errorCallback.onMediaCodecVideoDecoderCriticalError(codecErrors); in release()
103 Consumer<Exception> errorCallback = new Consumer<Exception>() { in submit() local118 successCallback, errorCallback); in submit()
51 final Consumer<Exception> errorCallback) { in GithubFeedbackTask() argument56 myErrorCallback = errorCallback; in GithubFeedbackTask()
17 void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
399 final SimpleCallback errorCallback) { in generateControlFile() argument422 if (errorCallback != null) { in generateControlFile()423 errorCallback.doCallback(this); in generateControlFile()
1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, in errorCallback() function1228 errorCallback,