Home
last modified time | relevance | path

Searched refs:grab (Results 1 – 25 of 106) sorted by relevance

12345

/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c80 GrabPtr grab = devGrab->grab; in PrintDeviceGrabInfo() local
84 (unsigned long) grab->resource, in PrintDeviceGrabInfo()
85 (grab->grabtype == XI2) ? "xi2" : in PrintDeviceGrabInfo()
86 ((grab->grabtype == CORE) ? "core" : "xi1"), dev->name, dev->id); in PrintDeviceGrabInfo()
88 client = clients[CLIENT_ID(grab->resource)]; in PrintDeviceGrabInfo()
110 CLIENT_ID(grab->resource)); in PrintDeviceGrabInfo()
124 if (grab->grabtype == CORE) { in PrintDeviceGrabInfo()
126 (unsigned long) grab->eventMask); in PrintDeviceGrabInfo()
128 else if (grab->grabtype == XI) { in PrintDeviceGrabInfo()
130 devGrab->implicitGrab ? (unsigned long) grab->deviceMask : in PrintDeviceGrabInfo()
[all …]
H A Devents.c792 pDev->deviceGrab.grab ? pDev->deviceGrab.grab-> in CheckVirtualMotion()
965 GrabPtr grab = pDev->deviceGrab.grab; in PostNewCursor() local
971 if (grab) { in PostNewCursor()
972 if (grab->cursor) { in PostNewCursor()
973 ChangeToCursor(pDev, grab->cursor); in PostNewCursor()
976 if (IsParent(grab->window, pSprite->win)) in PostNewCursor()
979 win = grab->window; in PostNewCursor()
1308 GrabPtr grab; in ComputeFreezes() local
1352 if ((grab = dev->deviceGrab.grab) && grab->confineTo) { in ComputeFreezes()
1353 if (grab->confineTo->drawable.pScreen != in ComputeFreezes()
[all …]
H A Dtouch.c345 GrabPtr grab; in TouchEndTouch() local
347 if ((grab = dev->deviceGrab.grab)) { in TouchEndTouch()
350 !dev->touch->buttonsDown && GrabIsPointerGrab(grab)) in TouchEndTouch()
674 const GrabPtr grab) in TouchAddListener() argument
681 if (grab) in TouchAddListener()
682 g = AllocGrab(grab); in TouchAddListener()
690 ti->listeners[ti->num_listeners].grab = g; in TouchAddListener()
691 if (grab) in TouchAddListener()
714 if (listener->grab) { in TouchRemoveListener()
715 FreeGrab(listener->grab); in TouchRemoveListener()
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A Dclosedev.c94 GrabPtr grab, next; in DeleteDeviceEvents() local
101 for (grab = wPassiveGrabs(pWin); grab; grab = next) { in DeleteDeviceEvents()
102 next = grab->next; in DeleteDeviceEvents()
103 if ((grab->device == dev) && in DeleteDeviceEvents()
104 (client->clientAsMask == CLIENT_BITS(grab->resource))) in DeleteDeviceEvents()
105 FreeResource(grab->resource, RT_NONE); in DeleteDeviceEvents()
149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client)) in ProcXCloseDevice()
H A Dexevents.c1007 GrabPtr grab, WindowPtr win, InternalEvent *ev) in DeliverOneTouchEvent() argument
1018 if (!grab && ti->num_grabs != 0 && in DeliverOneTouchEvent()
1037 DeliverOneTouchEvent(client, dev, ti, grab, win, ev); in DeliverOneTouchEvent()
1050 GrabPtr grab = ti->listeners[0].grab; in ActivateEarlyAccept() local
1054 BUG_RETURN(!grab); in ActivateEarlyAccept()
1056 client = rClient(grab); in ActivateEarlyAccept()
1141 listener->grab->grabtype != XI2 || in TouchPuntToNextOwner()
1142 !xi2mask_isset(listener->grab->xi2mask, dev, XI_TouchBegin))) { in TouchPuntToNextOwner()
1295 ClientPtr *client, WindowPtr *win, GrabPtr *grab, in RetrieveTouchDeliveryData() argument
1304 *grab = listener->grab; in RetrieveTouchDeliveryData()
[all …]
H A Dungrdev.c90 GrabPtr grab; in ProcXUngrabDevice() local
100 grab = dev->deviceGrab.grab; in ProcXUngrabDevice()
105 (grab) && SameClient(grab, client) && grab->grabtype == XI) in ProcXUngrabDevice()
H A Dxigrabdev.c152 GrabPtr grab; in ProcXIUngrabDevice() local
163 grab = dev->deviceGrab.grab; in ProcXIUngrabDevice()
168 (grab) && SameClient(grab, client) && grab->grabtype == XI2) in ProcXIUngrabDevice()
H A Dsetmode.c111 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) in ProcXSetDeviceMode()
H A Dsetdval.c119 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) in ProcXSetDeviceValuators()
H A Dchgdctl.c152 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) { in ProcXChangeDeviceControl()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c522 if (pPort->grab.client && (pPort->grab.client != client)) { in XvdiPutVideo()
570 if (pPort->grab.client && (pPort->grab.client != client)) { in XvdiPutStill()
606 if (pPort->grab.client && (pPort->grab.client != client)) { in XvdiPutImage()
639 if (pPort->grab.client && (pPort->grab.client != client)) { in XvdiGetVideo()
687 if (pPort->grab.client && (pPort->grab.client != client)) { in XvdiGetStill()
711 if (pPort->grab.client && (client != pPort->grab.client)) { in XvdiGrabPort()
722 if (client == pPort->grab.client) { in XvdiGrabPort()
729 if (!AddResource(id, XvRTGrab, &pPort->grab)) { in XvdiGrabPort()
739 pPort->grab.client = client; in XvdiGrabPort()
740 pPort->grab.id = id; in XvdiGrabPort()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A DMakefile.am69 xwayland-keyboard-grab-unstable-v1-protocol.c \
70 xwayland-keyboard-grab-unstable-v1-client-protocol.h \
109 xwayland-keyboard-grab-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayland-keyb…
111 …ayland-keyboard-grab-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwaylan…
H A DMakefile.in168 Xwayland-xwayland-keyboard-grab-unstable-v1-protocol.$(OBJEXT) \
216 ./$(DEPDIR)/Xwayland-xwayland-keyboard-grab-unstable-v1-protocol.Po \
654 xwayland-keyboard-grab-unstable-v1-protocol.c \
655 xwayland-keyboard-grab-unstable-v1-client-protocol.h \
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xwayland-xwayland-keyboard-grab-unstable-v1-protoc…
1065 Xwayland-xwayland-keyboard-grab-unstable-v1-protocol.o: xwayland-keyboard-grab-unstable-v1-protocol…
1066grab-unstable-v1-protocol.o -MD -MP -MF $(DEPDIR)/Xwayland-xwayland-keyboard-grab-unstable-v1-prot…
1067 …mv) $(DEPDIR)/Xwayland-xwayland-keyboard-grab-unstable-v1-protocol.Tpo $(DEPDIR)/Xwayland-xwayland…
1070 …nd-keyboard-grab-unstable-v1-protocol.o `test -f 'xwayland-keyboard-grab-unstable-v1-protocol.c' |…
1072 Xwayland-xwayland-keyboard-grab-unstable-v1-protocol.obj: xwayland-keyboard-grab-unstable-v1-protoc…
[all …]
H A Dmeson.build21 kbgrab_xml = join_paths(protodir, 'unstable', 'xwayland-keyboard-grab', 'xwayland-keyboard-grab-uns…
/OK3568_Linux_fs/external/xserver/include/
H A Ddixgrabs.h35 extern void FreeGrab(GrabPtr grab);
62 extern Bool GrabIsPointerGrab(GrabPtr grab);
63 extern Bool GrabIsKeyboardGrab(GrabPtr grab);
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c242 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument
244 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls()
245 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls()
246 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls()
247 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls()
248 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch53 switcher->grab.interface = &switcher_grab;
54 weston_keyboard_start_grab(keyboard, &switcher->grab);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0071-desktop-shell-Avoid-lowering-the-requested-fullscree.patch53 switcher->grab.interface = &switcher_grab;
54 weston_keyboard_start_grab(keyboard, &switcher->grab);
/OK3568_Linux_fs/kernel/drivers/input/
H A Devdev.c31 struct evdev_client __rcu *grab; member
300 client = rcu_dereference(evdev->grab); in evdev_events()
345 if (evdev->grab) in evdev_grab()
352 rcu_assign_pointer(evdev->grab, client); in evdev_grab()
359 struct evdev_client *grab = rcu_dereference_protected(evdev->grab, in evdev_ungrab() local
362 if (grab != client) in evdev_ungrab()
365 rcu_assign_pointer(evdev->grab, NULL); in evdev_ungrab()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch67 switcher->grab.interface = &switcher_grab;
68 weston_keyboard_start_grab(keyboard, &switcher->grab);
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c809 int grab = 3; in print_grouped_ull() local
813 for (s = str; *s; s += grab) { in print_grouped_ull()
816 printf("%.*s", grab, s); in print_grouped_ull()
817 grab = 3; in print_grouped_ull()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
7 and keeps its own buffer but userspace should grab this and
/OK3568_Linux_fs/buildroot/package/ghostscript-fonts/
H A DConfig.in6 fonts and a grab-bag of others.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0037-kmssink-Improve-monitor-and-plane-selection.patch120 + /* if no connector is used, grab the first available one */
124 /* if no connector is used, grab the first one */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch120 + /* if no connector is used, grab the first available one */
124 /* if no connector is used, grab the first one */

12345