Searched refs:DixGrabAccess (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixaccess.h | 41 #define DixGrabAccess (1<<17) /* exclusive access to object */ macro
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | ungrdevb.c | 105 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceButton()
|
| H A D | grabdevk.c | 112 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceKey()
|
| H A D | grabdevb.c | 114 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceButton()
|
| H A D | xipassivegrab.c | 106 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIPassiveGrabDevice() 301 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIPassiveUngrabDevice()
|
| H A D | ungrdevk.c | 107 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceKey()
|
| H A D | grabdev.c | 123 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXGrabDevice()
|
| H A D | xigrabdev.c | 81 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIGrabDevice()
|
| H A D | exevents.c | 2245 Mask access_mode = DixGrabAccess; in GrabButton() 2302 Mask access_mode = DixGrabAccess; in GrabKey() 2347 Mask access_mode = DixGrabAccess; in GrabWindow() 2402 rc = XaceHook(XACE_DEVICE_ACCESS, client, dev, DixGrabAccess); in GrabTouch() 2906 DixGrabAccess); in CheckDeviceGrabAndHintWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | security.c | 84 DixGrabAccess | DixSetAttrAccess | DixUseAccess; 85 static const Mask SecurityServerMask = DixGetAttrAccess | DixGrabAccess;
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | connection.c | 880 rc = XaceHook(XACE_SERVER_ACCESS, client, DixGrabAccess); in OnlyListenToOneClient()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | grabs.c | 532 Mask access_mode = DixGrabAccess; in AddPassiveGrabToList()
|
| H A D | events.c | 5037 Mask access_mode = DixGrabAccess; in GrabDevice() 5564 Mask access_mode = DixGrabAccess; in ProcGrabButton()
|
| H A D | window.c | 1407 RT_WINDOW, pWin, RT_NONE, NULL, DixGrabAccess); in ChangeWindowAttributes()
|