Home
last modified time | relevance | path

Searched refs:dpy_refresh (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/
Ddisplay-core.c65 dcl->dpy_refresh = coredisplay_refresh; in coredisplay_init()
Ddisplay.c99 dcl->dpy_refresh = android_display_refresh; in android_display_init()
/external/qemu/
Dconsole.h175 void (*dpy_refresh)(struct DisplayState *s); member
332 static inline void dpy_refresh(DisplayState *s) in dpy_refresh() function
336 if (dcl->dpy_refresh) dcl->dpy_refresh(s); in dpy_refresh()
Dcurses.c364 dcl->dpy_refresh = curses_refresh; in curses_display_init()
Dvl.c1542 dpy_refresh(ds); in gui_update()
3151 if (dcl->dpy_refresh != NULL) { in main()
Dvl-android.c1748 dpy_refresh(ds); in gui_update()
4423 if (dcl->dpy_refresh != NULL) { in main()
/external/qemu/docs/
DDISPLAY-STATE.TXT29 dpy_refresh: called periodically by the GUI timer.
141 the listener's 'dpy_refresh' callback periodically. The point of this
190 - the GUI timer kicks in, and calls the 'dpy_refresh()' callback of
259 | 1/ listener.dpy_refresh()