Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local
39 if (window_title && window_id && window_layer) { in GetWindowList()
47 CFNumberGetValue(window_id, kCFNumberIntType, &id); in GetWindowList()
Dfull_screen_chrome_window_detector.cc168 CGWindowID window_id; in FindFullScreenWindowWithSamePidAndTitle() local
169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id); in FindFullScreenWindowWithSamePidAndTitle()
171 full_screen_window = window_id; in FindFullScreenWindowWithSamePidAndTitle()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm34 CGWindowID window_id,
62 CGWindowID window_id,
65 window_id_(window_id),
71 assert(window_id == kCGNullWindowID || screen_id == kInvalidScreenId);
172 CGWindowID window_id;
173 if (!CFNumberGetValue(window_number, kCFNumberIntType, &window_id))
176 if (window_id == on_screen_window) {
Dwindow_capturer_mac.mm98 CFNumberRef window_id = reinterpret_cast<CFNumberRef>(
102 if (window_title && window_id && window_layer) {
110 CFNumberGetValue(window_id, kCFNumberIntType, &id);
/external/webrtc/webrtc/base/
Dmacwindowpicker.cc232 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( in GetWindowList() local
236 if (window_title != NULL && window_id != NULL && window_layer != NULL) { in GetWindowList()
240 CFNumberGetValue(window_id, kCFNumberIntType, &id_val); in GetWindowList()
/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py87 def update_window(self, window_id, state=None, bounds=None): argument
96 self._display_proxy.update_window(window_id, state, bounds)
/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py72 def update_window(self, window_id, state=None, bounds=None): argument
81 self._display_component.update_window(window_id, state, bounds)
Ddisplay_facade_native.py124 def update_window(self, window_id, state=None, bounds=None): argument
149 logging.info('Nothing to update for window_id={}'.format(window_id))
158 """ % (window_id, json.dumps(params))
/external/kernel-headers/original/uapi/linux/
Daspeed-lpc-ctrl.h47 __u8 window_id; member
/external/webrtc/talk/media/devices/
Dfakedevicemanager.h119 const rtc::WindowId window_id = in GetWindows() local
122 rtc::WindowDescription window_description(window_id, title); in GetWindows()
/external/ImageMagick/MagickWand/
Ddisplay.c531 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand()
658 if (resource_info.window_id != (char *) NULL) in DisplayImageCommand()
1510 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in DisplayImageCommand()
1830 resource_info.window_id=(char *) NULL; in DisplayImageCommand()
1836 resource_info.window_id=argv[i]; in DisplayImageCommand()
Danimate.c1162 if (XRemoteCommand(display,resource_info.window_id,argv[i]) != 0) in AnimateImageCommand()
1395 resource_info.window_id=(char *) NULL; in AnimateImageCommand()
1401 resource_info.window_id=argv[i]; in AnimateImageCommand()
1424 if (resource_info.window_id != (char *) NULL) in AnimateImageCommand()
/external/ImageMagick/MagickCore/
Dxwindow-private.h319 *window_id, member
Danimate.c805 if (LocaleCompare(resources.window_id,"root") == 0) in XAnimateBackgroundImage()
809 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XAnimateBackgroundImage()
811 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XAnimateBackgroundImage()
814 XWindowByName(display,root_window,resources.window_id); in XAnimateBackgroundImage()
819 resources.window_id); in XAnimateBackgroundImage()
Ddisplay.c2795 window_id[MagickPathExtent] = "root"; in XBackgroundImage() local
2804 "Enter window id (id 0x00 selects window with pointer):",window_id); in XBackgroundImage()
2805 if (*window_id == '\0') in XBackgroundImage()
2813 background_resources.window_id=window_id; in XBackgroundImage()
13677 background_resources.window_id=AcquireString(""); in XVisualDirectoryImage()
13678 (void) FormatLocaleString(background_resources.window_id,MagickPathExtent, in XVisualDirectoryImage()
13845 if (LocaleCompare(resources.window_id,"root") == 0) in XDisplayBackgroundImage()
13849 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0) in XDisplayBackgroundImage()
13851 (Window) strtol((char *) resources.window_id,(char **) NULL,0)); in XDisplayBackgroundImage()
13853 window_info.id=XWindowByName(display,root_window,resources.window_id); in XDisplayBackgroundImage()
[all …]
Dxwindow.c3613 resource_info->window_id=XGetResourceClass(database,client_name,"window", in XGetResourceInfo()