OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_framebuffer_update_raw
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vnc-android.c
479
static void
send_framebuffer_update_raw
(VncState *vs, int x, int y, int w, int h)
function
631
send_framebuffer_update_raw
(vs, x, y, w, h);
656
send_framebuffer_update_raw
(vs, x, y, w, h);
[
all
...]
vnc.c
473
static void
send_framebuffer_update_raw
(VncState *vs, int x, int y, int w, int h)
function
625
send_framebuffer_update_raw
(vs, x, y, w, h);
650
send_framebuffer_update_raw
(vs, x, y, w, h);
[
all
...]
Completed in 38 milliseconds