HomeSort by relevance Sort by last modified time
    Searched defs:vnc_write (Results 1 - 2 of 2) sorted by null

  /external/qemu/
vnc-android.c 399 vnc_write(vs, pixels, size);
456 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
464 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
472 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
855 vnc_write(vs, buf, size);
1167 void vnc_write(VncState *vs, const void *data, size_t len) function
    [all...]
vnc.c 393 vnc_write(vs, pixels, size);
450 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
458 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
466 vnc_write(vs, buf, vs->clientds.pf.bytes_per_pixel);
849 vnc_write(vs, buf, size);
1161 void vnc_write(VncState *vs, const void *data, size_t len) function
    [all...]

Completed in 1574 milliseconds