Searched refs:SameClient (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | closedev.c | 98 if (SameClient(others, client)) in DeleteDeviceEvents() 149 if (d->deviceGrab.grab && SameClient(d->deviceGrab.grab, client)) in ProcXCloseDevice()
|
| H A D | ungrdev.c | 105 (grab) && SameClient(grab, client) && grab->grabtype == XI) in ProcXUngrabDevice()
|
| H A D | setmode.c | 111 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) in ProcXSetDeviceMode()
|
| H A D | setdval.c | 119 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) in ProcXSetDeviceValuators()
|
| H A D | getselev.c | 125 if (SameClient(others, client)) { in ProcXGetSelectedExtensionEvents()
|
| H A D | xigrabdev.c | 168 (grab) && SameClient(grab, client) && grab->grabtype == XI2) in ProcXIUngrabDevice()
|
| H A D | chgdctl.c | 152 if ((dev->deviceGrab.grab) && !SameClient(dev->deviceGrab.grab, client)) { in ProcXChangeDeviceControl()
|
| H A D | xiselectev.c | 320 if (SameClient(others, client)) { in ProcXIGetSelectedEvents()
|
| H A D | exevents.c | 2432 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 D | events.c | 1715 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 D | devices.c | 2366 if ((grab && SameClient(grab, client) && in MaybeStopHint()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 69 #define SameClient(obj,client) \ macro
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | security.c | 369 if (SameClient(pEventClient, client)) { in SecurityEventSelectForAuthorization()
|