Searched defs:errorCallback (Results 1 – 8 of 8) sorted by relevance
20 private static GLFWErrorCallback errorCallback = GLFWErrorCallback.createPrint(System.err); field in GlfwTest
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()
60 private static GLFWErrorCallback errorCallback; field in Lwjgl3Application
399 final SimpleCallback errorCallback) { in generateControlFile()
1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, in errorCallback() function