Searched refs:vnc_write_u16 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc.c | 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() 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() 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() [all …]
|
H A D | vnc-jobs.c | 284 vnc_write_u16(&vs, 0); in vnc_worker_thread_loop()
|
H A D | vnc.h | 560 void vnc_write_u16(VncState *vs, uint16_t value);
|