Searched defs:VncState (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dvnc.h59 typedef struct VncState VncState; typedef in typeref:struct:VncState
61 typedef int VncReadEvent(VncState *vs, uint8_t *data, size_t len);
63 typedef void VncWritePixels(VncState *vs, void *data, int size);
65 typedef void VncSendHextileTile(VncState *vs,
92 VncState *clients;
113 struct VncState struct
164 VncState *next;
280 long vnc_client_read_buf(VncState *vs, uint8_t *data, size_t datalen);
281 long vnc_client_write_buf(VncState *v
[all...]

Completed in 82 milliseconds