Home
last modified time | relevance | path

Searched refs:errorCallback (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java73 private static MediaCodecVideoEncoderErrorCallback errorCallback = null; field in MediaCodecVideoEncoder
136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) { in setErrorCallback() argument
138 MediaCodecVideoEncoder.errorCallback = errorCallback; in setErrorCallback()
428 if (errorCallback != null) { in release()
430 errorCallback.onMediaCodecVideoEncoderCriticalError(codecErrors); in release()
DMediaCodecVideoDecoder.java73 private static MediaCodecVideoDecoderErrorCallback errorCallback = null; field in MediaCodecVideoDecoder
127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) { in setErrorCallback() argument
129 MediaCodecVideoDecoder.errorCallback = errorCallback; in setErrorCallback()
327 if (errorCallback != null) { in release()
329 errorCallback.onMediaCodecVideoDecoderCriticalError(codecErrors); in release()
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DErrorReporter.java103 Consumer<Exception> errorCallback = new Consumer<Exception>() { in submit() local
118 successCallback, errorCallback); in submit()
DGithubFeedbackTask.java51 final Consumer<Exception> errorCallback) { in GithubFeedbackTask() argument
56 myErrorCallback = errorCallback; in GithubFeedbackTask()
/external/clang/test/CodeGen/
Dcall.c17 void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h122 … void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback = func; } in setErrorCallback()
138 if (errorCallback) in notifyErrorDirective()
139 errorCallback(line, error_message); in notifyErrorDirective()
204 std::function<void(int, const char*)> errorCallback; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp43 static void errorCallback(void *Ctx, const char *Format, ...);
632 WindowsManifestMergerImpl::errorCallback); in merge()
720 void WindowsManifestMerger::WindowsManifestMergerImpl::errorCallback( in errorCallback() function in WindowsManifestMerger::WindowsManifestMergerImpl
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_aaudio.cpp427 void errorCallback(aaudio_result_t error) { in errorCallback() function
467 std::bind(&Impl::errorCallback, mImpl.get(), std::placeholders::_1)); in init()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java380 final SimpleCallback errorCallback) { in generateControlFile() argument
403 if (errorCallback != null) { in generateControlFile()
404 errorCallback.doCallback(this); in generateControlFile()
/external/libxml2/
Dtestlimits.c1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED, in errorCallback() function
1228 errorCallback,