Home
last modified time | relevance | path

Searched refs:DixGrabAccess (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixaccess.h41 #define DixGrabAccess (1<<17) /* exclusive access to object */ macro
/OK3568_Linux_fs/external/xserver/Xi/
H A Dungrdevb.c105 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceButton()
H A Dgrabdevk.c112 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceKey()
H A Dgrabdevb.c114 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceButton()
H A Dxipassivegrab.c106 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIPassiveGrabDevice()
301 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIPassiveUngrabDevice()
H A Dungrdevk.c107 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceKey()
H A Dgrabdev.c123 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXGrabDevice()
H A Dxigrabdev.c81 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIGrabDevice()
H A Dexevents.c2245 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 Dsecurity.c84 DixGrabAccess | DixSetAttrAccess | DixUseAccess;
85 static const Mask SecurityServerMask = DixGetAttrAccess | DixGrabAccess;
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c880 rc = XaceHook(XACE_SERVER_ACCESS, client, DixGrabAccess); in OnlyListenToOneClient()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c532 Mask access_mode = DixGrabAccess; in AddPassiveGrabToList()
H A Devents.c5037 Mask access_mode = DixGrabAccess; in GrabDevice()
5564 Mask access_mode = DixGrabAccess; in ProcGrabButton()
H A Dwindow.c1407 RT_WINDOW, pWin, RT_NONE, NULL, DixGrabAccess); in ChangeWindowAttributes()