OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vnc_client_read
(Results
1 - 3
of
3
) sorted by null
/external/qemu/ui/
vnc.h
277
void
vnc_client_read
(void *opaque);
vnc-android.c
1036
qemu_set_fd_handler2(vs->csock, NULL,
vnc_client_read
, NULL, vs);
1132
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 1837 milliseconds