Searched refs:vnc_framebuffer_update (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dvnc-android.c305 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, function
368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
623 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB);
651 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE);
655 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW);
666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT);
1248 vnc_framebuffer_update(vs, absolute, 0,
1517 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1527 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1702 vnc_framebuffer_update(v
[all...]
H A Dvnc.c299 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, function
362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds),
617 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB);
645 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE);
649 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW);
660 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT);
1242 vnc_framebuffer_update(vs, absolute, 0,
1511 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1521 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds),
1696 vnc_framebuffer_update(v
[all...]

Completed in 76 milliseconds