HomeSort by relevance Sort by last modified time
    Searched refs:window_id (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/uapi/linux/
aspeed-lpc-ctrl.h 27 __u8 window_id; member in struct:aspeed_lpc_ctrl_mapping
  /external/kernel-headers/original/uapi/linux/
aspeed-lpc-ctrl.h 28 * window_id: For each window type there may be multiple windows,
47 __u8 window_id; member in struct:aspeed_lpc_ctrl_mapping
  /external/webrtc/webrtc/modules/desktop_capture/mac/
window_list_utils.cc 35 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
39 if (window_title && window_id && window_layer) {
47 CFNumberGetValue(window_id, kCFNumberIntType, &id);
full_screen_chrome_window_detector.cc 168 CGWindowID window_id; local
169 CFNumberGetValue(window_id_ref, kCFNumberIntType, &window_id);
171 full_screen_window = window_id;
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 34 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) {
window_capturer_mac.mm 98 CFNumberRef window_id = reinterpret_cast<CFNumberRef>(
102 if (window_title && window_id && window_layer) {
110 CFNumberGetValue(window_id, kCFNumberIntType, &id);
  /external/webrtc/webrtc/base/
macwindowpicker.cc 232 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
236 if (window_title != NULL && window_id != NULL && window_layer != NULL) {
240 CFNumberGetValue(window_id, kCFNumberIntType, &id_val);
  /external/webrtc/talk/media/devices/
fakedevicemanager.h 119 const rtc::WindowId window_id = local
122 rtc::WindowDescription window_description(window_id, title);
  /external/ImageMagick/MagickWand/
animate.c     [all...]
display.c 528 if (resource_info.window_id != (char *) NULL)
655 if (resource_info.window_id != (char *) NULL)
    [all...]
  /external/ImageMagick/MagickCore/
xwindow-private.h 316 *window_id, member in struct:_XResourceInfo
animate.c 810 if (LocaleCompare(resources.window_id,"root") == 0)
814 if (isdigit((int) ((unsigned char) *resources.window_id)) != 0)
816 (Window) strtol((char *) resources.window_id,(char **) NULL,0));
819 XWindowByName(display,root_window,resources.window_id);
824 resources.window_id);
    [all...]
display.c 2795 window_id[MagickPathExtent] = "root"; local
    [all...]
xwindow.c     [all...]

Completed in 208 milliseconds