HomeSort by relevance Sort by last modified time
    Searched refs:dpy_update (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/
display-core.c 64 dcl->dpy_update = coredisplay_update;
display.c 52 /* this is called from dpy_update() each time a hardware framebuffer
97 dcl->dpy_update = android_display_update;
multitouch-screen.c 395 dul->dpy_update = _mt_fb_update;
  /external/qemu/
console.h 172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); member in struct:DisplayChangeListener
199 void (*dpy_update)(void* opaque, int x, int y, int w, int h); member in struct:DisplayUpdateListener
284 static inline void dpy_update(DisplayState *s, int x, int y, int w, int h) function
288 dcl->dpy_update(s, x, y, w, h);
294 dul->dpy_update(dul->opaque, x, y, w, h);
348 dcl->dpy_update(s, dst_x, dst_y, w, h);
curses.c 362 dcl->dpy_update = curses_update;
console.c 688 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds));
    [all...]
vnc-android.c     [all...]
vnc.c     [all...]
  /external/qemu/android/protocol/
fb-updates-proxy.c 270 dul->dpy_update = proxyFb_update;
  /external/qemu/hw/
goldfish_fb.c 541 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);

Completed in 469 milliseconds