OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpy_setdata
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
console.h
174
void (*
dpy_setdata
)(struct DisplayState *s);
member in struct:DisplayChangeListener
323
static inline void
dpy_setdata
(DisplayState *s)
function
327
if (dcl->
dpy_setdata
) dcl->
dpy_setdata
(s);
vnc-android.c
[
all
...]
vnc.c
[
all
...]
/external/qemu/docs/
DISPLAY-STATE.TXT
32
dpy_setdata
: the hardware decided to change the framebuffer address.
35
NOTE:
dpy_setdata
is essentially the same than dpy_resize except that
Completed in 482 milliseconds