Lines Matching refs:vnc_write_u16
675 vnc_write_u16(vs, x); in vnc_framebuffer_update()
676 vnc_write_u16(vs, y); in vnc_framebuffer_update()
677 vnc_write_u16(vs, w); in vnc_framebuffer_update()
678 vnc_write_u16(vs, h); in vnc_framebuffer_update()
691 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize_ext()
702 vnc_write_u16(vs, 0); /* screen x-pos */ in vnc_desktop_resize_ext()
703 vnc_write_u16(vs, 0); /* screen y-pos */ in vnc_desktop_resize_ext()
704 vnc_write_u16(vs, vs->client_width); in vnc_desktop_resize_ext()
705 vnc_write_u16(vs, vs->client_height); in vnc_desktop_resize_ext()
740 vnc_write_u16(vs, 1); /* number of rects */ in vnc_desktop_resize()
1000 vnc_write_u16(vs, 1); /* # of rects */ in vnc_cursor_define()
1012 vnc_write_u16(vs, 1); /* # of rects */ in vnc_cursor_define()
1224 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_END); in audio_capture_notify()
1234 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_BEGIN); in audio_capture_notify()
1255 vnc_write_u16(vs, VNC_MSG_SERVER_QEMU_AUDIO_DATA); in audio_capture()
1717 void vnc_write_u16(VncState *vs, uint16_t value) in vnc_write_u16() function
1778 vnc_write_u16(vs, 1); in check_pointer_type_change()
1839 vnc_write_u16(vs, 1); in vnc_led_state_change()
2093 vnc_write_u16(vs, 1); in send_ext_key_event_ack()
2107 vnc_write_u16(vs, 1); in send_ext_audio_ack()
2262 vnc_write_u16(vs, 0); /* first color */ in send_color_map()
2263 vnc_write_u16(vs, 256); /* # of colors */ in send_color_map()
2268 vnc_write_u16(vs, (((i >> pf->rshift) & pf->rmax) << (16 - pf->rbits))); in send_color_map()
2269 vnc_write_u16(vs, (((i >> pf->gshift) & pf->gmax) << (16 - pf->gbits))); in send_color_map()
2270 vnc_write_u16(vs, (((i >> pf->bshift) & pf->bmax) << (16 - pf->bbits))); in send_color_map()
2342 vnc_write_u16(vs, vs->client_pf.rmax); /* red-max */ in pixel_format_message()
2343 vnc_write_u16(vs, vs->client_pf.gmax); /* green-max */ in pixel_format_message()
2344 vnc_write_u16(vs, vs->client_pf.bmax); /* blue-max */ in pixel_format_message()
2361 vnc_write_u16(vs, 1); /* number of rects */ in vnc_colordepth()
2702 vnc_write_u16(vs, vs->client_width); in protocol_client_init()
2703 vnc_write_u16(vs, vs->client_height); in protocol_client_init()