OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vnc_client_read
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vnc-android.c
1034
qemu_set_fd_handler2(vs->csock, NULL,
vnc_client_read
, NULL, vs);
1131
void
vnc_client_read
(void *opaque)
function
[
all
...]
vnc.c
1028
qemu_set_fd_handler2(vs->csock, NULL,
vnc_client_read
, NULL, vs);
1125
void
vnc_client_read
(void *opaque)
function
[
all
...]
Completed in 23 milliseconds