Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libva/va/x11/
Dva_dricommon.c31 error_handler(Display *dpy, XErrorEvent *error) in error_handler() function
41 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_read_bit_buffer.h30 vp9_rb_error_handler error_handler; member
Dvp9_read_bit_buffer.c21 rb->error_handler(rb->error_handler_data); in vp9_rb_read_bit()
Dvp9_decodeframe.c1005 static void error_handler(void *data) { in error_handler() function
1258 struct vp9_read_bit_buffer rb = { data, data_end, 0, cm, error_handler }; in vp9_decode_frame()
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c349 error_handler(Display *dpy, XErrorEvent *error) in error_handler() function
387 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp606 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse()
727 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler() function in WifiCommand
Dcpp_bindings.h343 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp155 int error_handler(struct sockaddr_nl *nla, in error_handler() function
261 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &info->user_sock_arg); in wifi_init_user_sock()
426 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in wifi_initialize()
Dcpp_bindings.cpp613 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err); in requestResponse()
726 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler() function in WifiCommand
Dcpp_bindings.h388 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c48 static int error_handler(Display *dpy, XErrorEvent *error) in error_handler() function
57 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()