HomeSort by relevance Sort by last modified time
    Searched refs:dpy_update (Results 1 - 9 of 9) 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 445 dul->dpy_update = _mt_fb_update;
  /external/qemu/include/ui/
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);
  /external/qemu/ui/
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/hw/android/goldfish/
fb.c 543 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin);

Completed in 152 milliseconds