HomeSort by relevance Sort by last modified time
    Searched refs:errorCallback (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CodeGen/
call.c 17 void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 99 void errorCallback(FLAC__StreamDecoderErrorStatus status);
FLACDecoder.cpp 115 void FLACDecoder::errorCallback(FLAC__StreamDecoderErrorStatus status)
117 ALOGE("errorCallback: status=%d", status);
241 ((FLACDecoder *) client_data)->errorCallback(status); };
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 73 private static MediaCodecVideoEncoderErrorCallback errorCallback = null;
136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) {
138 MediaCodecVideoEncoder.errorCallback = errorCallback;
428 if (errorCallback != null) {
430 errorCallback.onMediaCodecVideoEncoderCriticalError(codecErrors);
MediaCodecVideoDecoder.java 73 private static MediaCodecVideoDecoderErrorCallback errorCallback = null;
127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) {
129 MediaCodecVideoDecoder.errorCallback = errorCallback;
327 if (errorCallback != null) {
329 errorCallback.onMediaCodecVideoDecoderCriticalError(codecErrors);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ErrorReporter.java 103 Consumer<Exception> errorCallback = new Consumer<Exception>() {
118 successCallback, errorCallback);
GithubFeedbackTask.java 51 final Consumer<Exception> errorCallback) {
56 myErrorCallback = errorCallback;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimpleRecorder.h 102 AAudioStream_errorCallback errorCallback = nullptr,
118 if (errorCallback != nullptr) {
119 AAudioStreamBuilder_setErrorCallback(builder, errorCallback, userContext);
AAudioSimplePlayer.h 96 AAudioStream_errorCallback errorCallback = nullptr,
112 if (errorCallback != nullptr) {
113 AAudioStreamBuilder_setErrorCallback(builder, errorCallback, userContext);
  /frameworks/av/media/libaaudio/src/core/
AudioStream.cpp 423 AAudioStream_errorCallback errorCallback = getErrorCallbackProc();
424 if (errorCallback != nullptr) {
428 (*errorCallback)(
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.h 122 virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback = func; }
138 if (errorCallback)
139 errorCallback(line, error_message);
204 std::function<void(int, const char*)> errorCallback;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp 43 static void errorCallback(void *Ctx, const char *Format, ...);
632 WindowsManifestMergerImpl::errorCallback);
720 void WindowsManifestMerger::WindowsManifestMergerImpl::errorCallback(
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 188 void errorCallback(FLAC__StreamDecoderErrorStatus status);
284 ((FLACParser *) client_data)->errorCallback(status);
395 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status)
397 ALOGE("FLACParser::errorCallback status=%d", status);
  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sound_system_aaudio.cpp 205 using ErrorCallback = std::function<void(aaudio_result_t)>;
216 ErrorCallback errorClb);
241 ErrorCallback mErrorCallback;
271 ErrorCallback errorClb) {
427 void errorCallback(aaudio_result_t error) {
467 std::bind(&Impl::errorCallback, mImpl.get(), std::placeholders::_1));
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 380 final SimpleCallback errorCallback) {
403 if (errorCallback != null) {
404 errorCallback.doCallback(this);
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
DnsResolverTest.java 654 final DnsResolver.Callback<List<InetAddress>> errorCallback =
670 mDns.query(network, TEST_DOMAIN, FLAG_NO_CACHE_LOOKUP, mExecutor, null, errorCallback);
  /external/libxml2/
testlimits.c 1129 * errorCallback:
1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED,
1228 errorCallback,
    [all...]

Completed in 3602 milliseconds