Lines Matching refs:vnc_write_u16
677 vnc_write_u16(vs, x); in vnc_framebuffer_update()
678 vnc_write_u16(vs, y); in vnc_framebuffer_update()
679 vnc_write_u16(vs, w); in vnc_framebuffer_update()
680 vnc_write_u16(vs, h); in vnc_framebuffer_update()
693 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize_ext()
704 vnc_write_u16(vs, 0); /* screen x-pos */ in vnc_desktop_resize_ext()
705 vnc_write_u16(vs, 0); /* screen y-pos */ in vnc_desktop_resize_ext()
706 vnc_write_u16(vs, vs->client_width); in vnc_desktop_resize_ext()
707 vnc_write_u16(vs, vs->client_height); in vnc_desktop_resize_ext()
742 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize()
1002 vnc_write_u16(vs, 1); /* # of rects */ in vnc_cursor_define()
1014 vnc_write_u16(vs, 1); /* # of rects */ in vnc_cursor_define()
1226 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_END); in audio_capture_notify()
1236 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_BEGIN); in audio_capture_notify()
1257 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_DATA); in audio_capture()
1719 void vnc_write_u16(VncState *vs, uint16_t value) in vnc_write_u16() function
1780 vnc_write_u16(vs, 1); in check_pointer_type_change()
1841 vnc_write_u16(vs, 1); in vnc_led_state_change()
2095 vnc_write_u16(vs, 1); in send_ext_key_event_ack()
2109 vnc_write_u16(vs, 1); in send_ext_audio_ack()
2263 vnc_write_u16(vs, 0); /* first color */ in send_color_map()
2264 vnc_write_u16(vs, 256); /* # of colors */ in send_color_map()
2269 vnc_write_u16(vs, (((i >> pf->rshift) & pf->rmax) << (16 - pf->rbits))); in send_color_map()
2270 vnc_write_u16(vs, (((i >> pf->gshift) & pf->gmax) << (16 - pf->gbits))); in send_color_map()
2271 vnc_write_u16(vs, (((i >> pf->bshift) & pf->bmax) << (16 - pf->bbits))); in send_color_map()
2343 vnc_write_u16(vs, vs->client_pf.rmax); /* red-max */ in pixel_format_message()
2344 vnc_write_u16(vs, vs->client_pf.gmax); /* green-max */ in pixel_format_message()
2345 vnc_write_u16(vs, vs->client_pf.bmax); /* blue-max */ in pixel_format_message()
2362 vnc_write_u16(vs, 1); /* number of rects */ in vnc_colordepth()
2703 vnc_write_u16(vs, vs->client_width); in protocol_client_init()
2704 vnc_write_u16(vs, vs->client_height); in protocol_client_init()