HomeSort by relevance Sort by last modified time
    Searched defs:error_handler (Results 1 - 25 of 32) 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, function
65 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
getaddr.c 83 /* function: error_handler
89 static int error_handler(__attribute__((unused)) struct sockaddr_nl *nla, function
121 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/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);
  /hardware/intel/common/libva/va/x11/
va_dricommon.c 31 error_handler(Display *dpy, XErrorEvent *error) function
41 old_error_handler = XSetErrorHandler(error_handler);
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 352 error_handler(Display * dpy, XErrorEvent * err) function
374 old_handler = XSetErrorHandler(error_handler);
  /hardware/broadcom/wlan/bcmdhd/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/ImageMagick/MagickCore/
exception.c 85 error_handler = DefaultErrorHandler;
742 if (error_handler != (ErrorHandler) NULL)
743 (*error_handler)(error,reason,description);
81 error_handler = DefaultErrorHandler; variable
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_endpoint_client.cc 315 base::Closure error_handler = std::move(error_handler_); local
316 error_handler.Run();
  /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)
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 349 error_handler(Display *dpy, XErrorEvent *error) function
387 old_error_handler = XSetErrorHandler(error_handler);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 145 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
152 ALOGE("%s: error_handler received : %d", getprogname(), err->error);
371 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
416 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 609 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
728 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { function in class:WifiCommand
wifi_hal.cpp 152 int error_handler(struct sockaddr_nl *nla, function
292 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg);
320 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg);
514 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
    [all...]
  /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/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
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 48 static int error_handler(Display *dpy, XErrorEvent *error) function
57 old_error_handler = XSetErrorHandler(error_handler);
  /external/ImageMagick/coders/
tiff.c 210 error_handler,
208 error_handler, variable
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1678 static void error_handler(void *data) { function
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 1678 } error_handler; local
    [all...]

Completed in 1129 milliseconds

1 2