Searched refs:vnc_read_when (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | vnc.h | 290 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
|
D | vnc-android.c | 1061 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when() function 1843 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_msg() 1866 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_init() 1873 vnc_read_when(vs, protocol_client_init, 1); in start_client_init() 1943 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge)); in start_auth_vnc() 2057 vnc_read_when(vs, protocol_client_auth, 1); in protocol_version() 2088 vnc_read_when(vs, protocol_version, 12); in vnc_connect()
|
D | vnc.c | 1055 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when() function 1837 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_msg() 1860 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_init() 1867 vnc_read_when(vs, protocol_client_init, 1); in start_client_init() 1937 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge)); in start_auth_vnc() 2051 vnc_read_when(vs, protocol_client_auth, 1); in protocol_version() 2082 vnc_read_when(vs, protocol_version, 12); in vnc_connect()
|