HomeSort by relevance Sort by last modified time
    Searched full:xdisplay (Results 1 - 6 of 6) sorted by null

  /external/dbus/tools/
dbus-launch-x11.c 40 Display *xdisplay = NULL; variable
46 x_io_error_handler (Display *xdisplay)
217 if (xdisplay != NULL)
218 return xdisplay;
220 xdisplay = XOpenDisplay (NULL);
221 if (xdisplay != NULL)
223 verbose ("Connected to X11 display '%s'\n", DisplayString (xdisplay));
226 return xdisplay;
307 owner = XGetSelectionOwner (xdisplay, selection_atom);
314 result = XGetWindowProperty (xdisplay, owner, address_atom, 0, 1024, False
    [all...]
dbus-launch.c 43 extern Display *xdisplay;
480 if (xdisplay != NULL)
482 x_fd = ConnectionNumber (xdisplay);
1046 xdisplay = NULL;
1236 if (xdisplay != NULL)
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 27 // A ref-counted object to store XDisplay connection.
  /external/webrtc/webrtc/base/
testutils.h 601 struct XDisplay {
602 XDisplay() : display_(XOpenDisplay(NULL)) { }
603 ~XDisplay() { if (display_) XCloseDisplay(display_); }
615 XDisplay display;
  /external/dbus/
ChangeLog.pre-1-2 161 * tools/dbus-launch.c (main): set xdisplay = NULL
    [all...]
ChangeLog.pre-1-0 679 * tools/dbus-launch.c (main): if xdisplay hasn't been opened,
    [all...]

Completed in 138 milliseconds