Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc80 HWND window_to_exclude) { in GetProcessWindows() argument
85 return window_to_exclude != source_hwnd && in GetProcessWindows()
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/
H A Dscreen_capturer_mac.mm61 // `window_to_exclude`, or NULL if the window is not found or it fails. The
63 CFArrayRef CreateWindowListWithExclusion(CGWindowID window_to_exclude) {
64 if (!window_to_exclude) return nullptr;
79 if (id == window_to_exclude) {