Searched defs:errorCallback (Results 1 – 6 of 6) sorted by relevance
103 Consumer<Exception> errorCallback = new Consumer<Exception>() { in submit() local
51 final Consumer<Exception> errorCallback) { in GithubFeedbackTask()
73 private static MediaCodecVideoEncoderErrorCallback errorCallback = null; field in MediaCodecVideoEncoder136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) { in setErrorCallback()
73 private static MediaCodecVideoDecoderErrorCallback errorCallback = null; field in MediaCodecVideoDecoder127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) { in setErrorCallback()
399 final SimpleCallback errorCallback) { in generateControlFile()
1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, in errorCallback() function