Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.h110 typedef void (*free_monitors_func)(XRRMonitorInfo*); typedef
112 free_monitors_func free_monitors_ = nullptr;
Dscreen_capturer_x11.cc162 free_monitors_ = reinterpret_cast<free_monitors_func>( in InitXrandr()