OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpy_refresh
(Results
1 - 7
of
7
) sorted by null
/external/qemu/android/
display-core.c
65
dcl->
dpy_refresh
= coredisplay_refresh;
display.c
99
dcl->
dpy_refresh
= android_display_refresh;
/external/qemu/
console.h
175
void (*
dpy_refresh
)(struct DisplayState *s);
member in struct:DisplayChangeListener
332
static inline void
dpy_refresh
(DisplayState *s)
function
336
if (dcl->
dpy_refresh
) dcl->
dpy_refresh
(s);
curses.c
364
dcl->
dpy_refresh
= curses_refresh;
vl.c
[
all
...]
vl-android.c
[
all
...]
/external/qemu/docs/
DISPLAY-STATE.TXT
29
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
()
Completed in 4126 milliseconds