HomeSort by relevance Sort by last modified time
    Searched full:send_framebuffer_update (Results 1 - 2 of 2) sorted by null

  /external/qemu/
vnc-android.c 644 static void send_framebuffer_update(VncState *vs, int x, int y, int w, int h) function
794 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);
802 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);
    [all...]
vnc.c 638 static void send_framebuffer_update(VncState *vs, int x, int y, int w, int h) function
788 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);
796 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h);
    [all...]

Completed in 484 milliseconds