OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VncState
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
vnc-tls.h
66
int vnc_tls_client_setup(
VncState
*vs, int x509Creds);
67
void vnc_tls_client_cleanup(
VncState
*vs);
69
int vnc_tls_validate_certificate(
VncState
*vs);
vnc.h
59
typedef struct
VncState
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
164
VncState
*next;
280
long vnc_client_read_buf(
VncState
*vs, uint8_t *data, size_t datalen);
281
long vnc_client_write_buf(
VncState
*vs, const uint8_t *data, size_t datalen)
[
all
...]
vnc-android.c
157
static void do_info_vnc_client(Monitor *mon,
VncState
*client)
202
VncState
*client = vnc_display->clients;
213
static inline uint32_t vnc_has_feature(
VncState
*vs, int feature) {
225
static void vnc_disconnect_start(
VncState
*vs);
226
static void vnc_disconnect_finish(
VncState
*vs);
228
static void vnc_colordepth(
VncState
*vs);
271
static void vnc_update(
VncState
*vs, int x, int y, int w, int h)
298
VncState
*vs = vd->clients;
305
static void vnc_framebuffer_update(
VncState
*vs, int x, int y, int w, int h,
349
static void vnc_resize(
VncState
*vs
[
all
...]
vnc.c
151
static void do_info_vnc_client(Monitor *mon,
VncState
*client)
196
VncState
*client = vnc_display->clients;
207
static inline uint32_t vnc_has_feature(
VncState
*vs, int feature) {
219
static void vnc_disconnect_start(
VncState
*vs);
220
static void vnc_disconnect_finish(
VncState
*vs);
222
static void vnc_colordepth(
VncState
*vs);
265
static void vnc_update(
VncState
*vs, int x, int y, int w, int h)
292
VncState
*vs = vd->clients;
299
static void vnc_framebuffer_update(
VncState
*vs, int x, int y, int w, int h,
343
static void vnc_resize(
VncState
*vs
[
all
...]
vnchextile.h
10
static void CONCAT(send_hextile_tile_, NAME)(
VncState
*vs,
Completed in 41 milliseconds