Home
last modified time | relevance | path

Searched refs:dpy_refresh (Results 1 – 6 of 6) 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/include/ui/
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()
/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()
/external/qemu/ui/
Dcurses.c364 dcl->dpy_refresh = curses_refresh; in curses_display_init()
/external/qemu/
Dvl-android.c1237 dpy_refresh(ds); in gui_update()
3938 if (dcl->dpy_refresh != NULL) { in main()