HomeSort by relevance Sort by last modified time
    Searched refs:vnc_client_io_error (Results 1 - 3 of 3) sorted by null

  /external/qemu/ui/
vnc.h 301 int vnc_client_io_error(VncState *vs, int ret, int last_errno);
vnc-android.c 932 int vnc_client_io_error(VncState *vs, int ret, int last_errno) function
997 return vnc_client_io_error(vs, ret, socket_error());
1101 return vnc_client_io_error(vs, ret, socket_error());
    [all...]
vnc.c 924 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());
    [all...]

Completed in 53 milliseconds