Searched refs:error_handler (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/libva/va/x11/ |
D | va_dricommon.c | 31 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/ |
D | vp9_read_bit_buffer.h | 30 vp9_rb_error_handler error_handler; member
|
D | vp9_read_bit_buffer.c | 21 rb->error_handler(rb->error_handler_data); in vp9_rb_read_bit()
|
D | vp9_decodeframe.c | 1005 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/ |
D | psb_x11.c | 349 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/ |
D | cpp_bindings.cpp | 606 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
|
D | cpp_bindings.h | 343 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 155 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()
|
D | cpp_bindings.cpp | 613 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
|
D | cpp_bindings.h | 388 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg);
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 48 static int error_handler(Display *dpy, XErrorEvent *error) in error_handler() function 57 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
|