Home
last modified time | relevance | path

Searched refs:window_id (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc112 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local
114 if (!window_id) { in GetWindowList()
166 WindowId window_id = GetWindowId(window); in GetWindowList() local
167 if (window_id != kNullWindowId) { in GetWindowList()
185 sources.push_back(DesktopCapturer::Source{window_id, owner_name}); in GetWindowList()
196 sources.push_back(DesktopCapturer::Source{window_id, title}); in GetWindowList()
314 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowId() local
316 if (!window_id) { in GetWindowId()
324 if (!CFNumberGetValue(window_id, kCFNumberIntType, &id)) { in GetWindowId()
Ddesktop_frame_cgimage.h34 CGWindowID window_id);
Ddesktop_frame_cgimage.mm31 std::unique_ptr<DesktopFrameCGImage> DesktopFrameCGImage::CreateForWindow(CGWindowID window_id) {
35 window_id,
/external/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm59 CGWindowID window_id,
84 CGWindowID window_id,
87 window_id_(window_id),
91 assert(window_id == kCGNullWindowID || screen_id == kInvalidScreenId);
Dwindow_finder_unittest.cc117 if (drawer->window_id() == kNullWindowId) {
140 if (id == drawer->window_id()) {
Dscreen_drawer_linux.cc43 WindowId window_id() const override;
144 WindowId ScreenDrawerLinux::window_id() const { in window_id() function in webrtc::__anon02102c390111::ScreenDrawerLinux
Dscreen_drawer_win.cc85 WindowId window_id() const override;
162 WindowId ScreenDrawerWin::window_id() const { in window_id() function in webrtc::__anon2ceeccb70111::ScreenDrawerWin
Dscreen_drawer.h74 virtual WindowId window_id() const = 0;
/external/kernel-headers/original/uapi/linux/
Daspeed-lpc-ctrl.h47 __u8 window_id; member
/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py78 def update_window(self, window_id, state=None, bounds=None): argument
87 self._display_component.update_window(window_id, state, bounds)
Ddisplay_facade_native.py129 def update_window(self, window_id, state=None, bounds=None): argument
154 logging.info('Nothing to update for window_id={}'.format(window_id))
163 """ % (window_id, json.dumps(params))
/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py93 def update_window(self, window_id, state=None, bounds=None): argument
102 self._display_proxy.update_window(window_id, state, bounds)
/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc173 std::wstring GetPathByWindowId(HWND window_id) { in GetPathByWindowId() argument
174 DWORD process_id = WindowProcessId(window_id); in GetPathByWindowId()
/external/ImageMagick/MagickWand/
Danimate.c1154 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in AnimateImageCommand()
1387 resource_info.window_id=(char *) NULL; in AnimateImageCommand()
1393 resource_info.window_id=argv[i]; in AnimateImageCommand()
1416 if (resource_info.window_id != (char *) NULL) in AnimateImageCommand()
Ddisplay.c512 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand()
639 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand()
1502 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in DisplayImageCommand()
1822 resource_info.window_id=(char *) NULL; in DisplayImageCommand()
1828 resource_info.window_id=argv[i]; in DisplayImageCommand()
/external/ImageMagick/MagickCore/
Dxwindow-private.h319 *window_id, member
Danimate.c804 if (LocaleCompare(resources.window_id,"root") == 0) in XAnimateBackgroundImage()
808 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XAnimateBackgroundImage()
810 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XAnimateBackgroundImage()
813 XWindowByName(display,root_window,resources.window_id); in XAnimateBackgroundImage()
818 resources.window_id); in XAnimateBackgroundImage()
Ddisplay.c2763 window_id[MagickPathExtent] = "root"; in XBackgroundImage() local
2772 "Enter window id (id 0x00 selects window with pointer):",window_id); in XBackgroundImage()
2773 if (*window_id == '\0') in XBackgroundImage()
2781 background_resources.window_id=window_id; in XBackgroundImage()
13674 background_resources.window_id=AcquireString(""); in XVisualDirectoryImage()
13675 (void) FormatLocaleString(background_resources.window_id,MagickPathExtent, in XVisualDirectoryImage()
13842 if (LocaleCompare(resources.window_id,"root") == 0) in XDisplayBackgroundImage()
13846 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XDisplayBackgroundImage()
13848 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XDisplayBackgroundImage()
13850 window_info.id=XWindowByName(display,root_window,resources.window_id); in XDisplayBackgroundImage()
[all …]
Dxwindow.c3610 resource_info->window_id=XGetResourceClass(database,client_name,"window", in XGetResourceInfo()