Searched refs:vnc_framebuffer_update (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | vnc-android.c | 305 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function 368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize() 623 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); in send_framebuffer_update_zlib() 651 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in send_framebuffer_update() 655 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); in send_framebuffer_update() 666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); in vnc_copy() 1248 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change() 1517 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack() 1527 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack() 1702 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), in vnc_colordepth()
|
D | vnc.c | 299 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() function 362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize() 617 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_ZLIB); in send_framebuffer_update_zlib() 645 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_HEXTILE); in send_framebuffer_update() 649 vnc_framebuffer_update(vs, x, y, w, h, VNC_ENCODING_RAW); in send_framebuffer_update() 660 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); in vnc_copy() 1242 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change() 1511 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack() 1521 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack() 1696 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), in vnc_colordepth()
|