Searched defs:send_framebuffer_update_raw (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/ui/
H A Dvnc-android.c481 static void send_framebuffer_update_raw(VncState *vs, int x, int y, int w, int h) function
633 send_framebuffer_update_raw(vs, x, y, w, h);
658 send_framebuffer_update_raw(vs, x, y, w, h);
H A Dvnc.c473 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);

Completed in 472 milliseconds