Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.h109 typedef XRRMonitorInfo* (*get_monitors_func)(Display*, Window, Bool, int*); typedef
111 get_monitors_func get_monitors_ = nullptr;
Dscreen_capturer_x11.cc160 get_monitors_ = reinterpret_cast<get_monitors_func>( in InitXrandr()