HomeSort by relevance Sort by last modified time
    Searched defs:error_handler (Results 1 - 25 of 27) sorted by null

1 2

  /external/android-clat/
netlink_callbacks.c 36 /* function: error_handler
42 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, struct nlmsgerr *err, function
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
getaddr.c 81 /* function: error_handler
87 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, function
120 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
  /external/libnl/python/examples/
iface.py 56 def error_handler(err, a): function
72 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
wiphy.py 105 def error_handler(err, a): function
121 nl.py_nl_cb_err(rx_cb, nl.NL_CB_CUSTOM, error_handler, cbd);
  /external/libaom/libaom/aom_dsp/
bitreader_buffer.h 31 aom_rb_error_handler error_handler; member in struct:aom_read_bit_buffer
  /external/libvpx/libvpx/vpx_dsp/
bitreader_buffer.h 30 vpx_rb_error_handler error_handler; member in struct:vpx_read_bit_buffer
  /external/pdfium/third_party/libopenjpeg20/
event.h 58 opj_msg_callback error_handler; member in struct:opj_event_mgr
  /external/iw/
genl.c 15 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
102 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &ret);
iw.c 274 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
473 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
  /device/linaro/poplar/wifi/wifi_hal/
cpp_bindings.cpp 623 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
744 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { function in class:WifiCommand
748 // ALOGD("error_handler received : %d", err->error);
  /external/libchrome/mojo/public/cpp/system/
invitation.cc 72 MojoProcessErrorHandler error_handler = nullptr; local
75 error_handler = &RunErrorCallback;
94 error_handler, error_handler_context, &options);
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 352 error_handler(Display * dpy, XErrorEvent * err) function
374 old_handler = XSetErrorHandler(error_handler);
  /external/ImageMagick/MagickCore/
exception.c 86 error_handler = DefaultErrorHandler;
734 if (error_handler != (ErrorHandler) NULL)
735 (*error_handler)(error,reason,description);
82 error_handler = DefaultErrorHandler; variable
    [all...]
  /external/python/cpython3/Objects/stringlib/
codecs.h 271 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; local
315 if (error_handler == _Py_ERROR_UNKNOWN) {
316 error_handler = get_error_handler(errors);
328 switch (error_handler)
  /external/autotest/client/deps/iwcap/src/
iwcap.c 474 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
537 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
  /external/libchrome/mojo/core/
invitation_unittest.cc 52 MojoProcessErrorHandler error_handler = nullptr,
64 MojoProcessErrorHandler error_handler,
286 MojoProcessErrorHandler error_handler,
334 error_handler, error_handler_context, ""); local
347 MojoProcessErrorHandler error_handler,
390 error_handler, error_handler_context, &options));
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 345 void* error_handler; member in struct:___itt_global
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 345 void* error_handler; member in struct:___itt_global
  /external/v8/src/third_party/vtune/
ittnotify_config.h 374 void* error_handler; member in struct:___itt_global
  /external/ImageMagick/coders/
tiff.c 226 error_handler,
224 error_handler, variable
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 2114 static void error_handler(void *data) { function
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 1678 } error_handler; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3169 error_handler(png_structp png_ptr, png_const_charp message) function
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 4197 static void error_handler(void *data) { function
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 329 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
424 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
    [all...]

Completed in 465 milliseconds

1 2