Searched defs:vnc_client_io_error (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dvnc-android.c930 int vnc_client_io_error(VncState *vs, int ret, int last_errno) function
995 return vnc_client_io_error(vs, ret, socket_error());
1100 return vnc_client_io_error(vs, ret, socket_error());
H A Dvnc.c924 int vnc_client_io_error(VncState *vs, int ret, int last_errno) function
989 return vnc_client_io_error(vs, ret, socket_error());
1094 return vnc_client_io_error(vs, ret, socket_error());

Completed in 355 milliseconds