Home
last modified time | relevance | path

Searched refs:x_display (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c41 static Display *x_display; variable
559 XDestroyWindow(x_display, win); in CleanupX()
560 XCloseDisplay(x_display); in CleanupX()
579 x_display = XOpenDisplay(NULL); in XInitialize()
580 if (x_display == NULL) { in XInitialize()
585 root = DefaultRootWindow(x_display); in XInitialize()
593 /* connection to x server */ x_display, in XInitialize()
617 xres = XChangeWindowAttributes(x_display, win, CWOverrideRedirect, in XInitialize()
630 atom = XInternAtom(x_display, "_NET_WM_STATE_FULLSCREEN", true); in XInitialize()
634 xres = XSetWMHints(x_display, win, &hints); in XInitialize()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc54 Display* display() { return options_.x_display()->display(); } in display()
136 options_.x_display()->RemoveEventHandler(ConfigureNotify, this); in ~ScreenCapturerLinux()
138 options_.x_display()->RemoveEventHandler( in ~ScreenCapturerLinux()
161 options_.x_display()->AddEventHandler(ConfigureNotify, this); in Init()
221 options_.x_display()->AddEventHandler( in InitXDamage()
241 options_.x_display()->ProcessPendingXEvents(); in Capture()
435 if (!options.x_display()) in Create()
Ddesktop_capture_options.h41 SharedXDisplay* x_display() const { return x_display_; } in x_display() function
42 void set_x_display(rtc::scoped_refptr<SharedXDisplay> x_display) { in set_x_display() argument
43 x_display_ = x_display; in set_x_display()
Dmouse_cursor_monitor_x11.cc93 : x_display_(options.x_display()), in MouseCursorMonitorX11()
215 if (!options.x_display()) in CreateForWindow()
217 window = GetTopLevelWindow(options.x_display()->display(), window); in CreateForWindow()
226 if (!options.x_display()) in CreateForScreen()
229 options, DefaultRootWindow(options.x_display()->display())); in CreateForScreen()
Dwindow_capturer_x11.cc137 x_display_(options.x_display()), in WindowCapturerLinux()
431 if (!options.x_display()) in Create()