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

  /external/qemu/
vnc.h 301 int vnc_client_io_error(VncState *vs, int ret, int last_errno);
vnc-android.c 930 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());
    [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 54 milliseconds