Home
last modified time | relevance | path

Searched refs:old_error_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libva/va/x11/
H A Dva_dricommon.c28 static int (*old_error_handler)(Display *, XErrorEvent *); variable
41 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
47 XSetErrorHandler(old_error_handler); in x11_untrap_errors()
/aosp_15_r20/external/libva/va/glx/
H A Dva_glx_impl.c47 static int (*old_error_handler)(Display *, XErrorEvent *); variable
58 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()
63 XSetErrorHandler(old_error_handler); in x11_untrap_errors()