Home
last modified time | relevance | path

Searched refs:SameClient (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dclosedev.c98 if (SameClient(others, client)) in DeleteDeviceEvents()
149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client)) in ProcXCloseDevice()
H A Dungrdev.c105 (grab) && SameClient(grab, client) && grab->grabtype == XI) in ProcXUngrabDevice()
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 Dgetselev.c125 if (SameClient(others, client)) { in ProcXGetSelectedExtensionEvents()
H A Dxigrabdev.c168 (grab) && SameClient(grab, client) && grab->grabtype == XI2) in ProcXIUngrabDevice()
H A Dchgdctl.c152 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) { in ProcXChangeDeviceControl()
H A Dxiselectev.c320 if (SameClient(others, client)) { in ProcXIGetSelectedEvents()
H A Dexevents.c2432 if (!SameClient(others, client) && (check & in SelectForWindow()
2439 if (SameClient(others, client)) { in SelectForWindow()
2945 if (SameClient(other, client)) in DeviceEventMaskForClient()
2959 if ((grab && SameClient(grab, client) && in MaybeStopDeviceHint()
3077 if (SameClient(others, client)) { in XISetEventMask()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1715 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client); in AllowSome()
1725 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) { in AllowSome()
1761 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1764 SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1774 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1777 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1799 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1802 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1890 SameClient(dev->deviceGrab.grab, client)) { in ReleaseActiveGrabs()
1954 if (grab && !SameClient(grab, client)) { in TryClientEvents()
[all …]
H A Ddevices.c2366 if ((grab && SameClient(grab, client) && in MaybeStopHint()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h69 #define SameClient(obj,client) \ macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsecurity.c369 if (SameClient(pEventClient, client)) { in SecurityEventSelectForAuthorization()