Home
last modified time | relevance | path

Searched refs:WaitForMapNotify (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DNativeSubWindow_x11.cpp23 static Bool WaitForMapNotify(Display *d, XEvent *e, char *arg) { in WaitForMapNotify() function
76 x11->XIfEvent(s_display, &e, WaitForMapNotify, (char *)win); in createSubWindow()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp17 Bool WaitForMapNotify(Display *dpy, XEvent *event, XPointer window) in WaitForMapNotify() function
368 XIfEvent(mDisplay, &dummyEvent, WaitForMapNotify, reinterpret_cast<XPointer>(mWindow)); in setVisible()