/external/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.cc | 112 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()
|
D | desktop_frame_cgimage.h | 34 CGWindowID window_id);
|
D | desktop_frame_cgimage.mm | 31 std::unique_ptr<DesktopFrameCGImage> DesktopFrameCGImage::CreateForWindow(CGWindowID window_id) { 35 window_id,
|
/external/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_mac.mm | 59 CGWindowID window_id, 84 CGWindowID window_id, 87 window_id_(window_id), 91 assert(window_id == kCGNullWindowID || screen_id == kInvalidScreenId);
|
D | window_finder_unittest.cc | 117 if (drawer->window_id() == kNullWindowId) { 140 if (id == drawer->window_id()) {
|
D | screen_drawer_linux.cc | 43 WindowId window_id() const override; 144 WindowId ScreenDrawerLinux::window_id() const { in window_id() function in webrtc::__anon02102c390111::ScreenDrawerLinux
|
D | screen_drawer_win.cc | 85 WindowId window_id() const override; 162 WindowId ScreenDrawerWin::window_id() const { in window_id() function in webrtc::__anon2ceeccb70111::ScreenDrawerWin
|
D | screen_drawer.h | 74 virtual WindowId window_id() const = 0;
|
/external/kernel-headers/original/uapi/linux/ |
D | aspeed-lpc-ctrl.h | 47 __u8 window_id; member
|
/external/autotest/client/cros/multimedia/ |
D | display_facade_adapter.py | 78 def update_window(self, window_id, state=None, bounds=None): argument 87 self._display_component.update_window(window_id, state, bounds)
|
D | display_facade_native.py | 129 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/ |
D | display_facade_adapter.py | 93 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/ |
D | full_screen_win_application_handler.cc | 173 std::wstring GetPathByWindowId(HWND window_id) { in GetPathByWindowId() argument 174 DWORD process_id = WindowProcessId(window_id); in GetPathByWindowId()
|
/external/ImageMagick/MagickWand/ |
D | animate.c | 1154 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()
|
D | display.c | 512 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/ |
D | xwindow-private.h | 319 *window_id, member
|
D | animate.c | 804 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()
|
D | display.c | 2763 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 …]
|
D | xwindow.c | 3610 resource_info->window_id=XGetResourceClass(database,client_name,"window", in XGetResourceInfo()
|