Home
last modified time | relevance | path

Searched refs:XACE_RECEIVE_ACCESS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.h46 #define XACE_RECEIVE_ACCESS 6 macro
H A Dxace.c128 case XACE_RECEIVE_ACCESS: in XaceHook()
H A Dsecurity.c1017 XaceDeleteCallback(XACE_RECEIVE_ACCESS, SecurityReceive, NULL); in SecurityResetProc()
1065 ret &= XaceRegisterCallback(XACE_RECEIVE_ACCESS, SecurityReceive, NULL); in SecurityExtensionInit()
H A Dxselinux_hooks.c830 XaceDeleteCallback(XACE_RECEIVE_ACCESS, SELinuxReceive, NULL); in SELinuxFlaskReset()
924 ret &= XaceRegisterCallback(XACE_RECEIVE_ACCESS, SELinuxReceive, NULL); in SELinuxFlaskInit()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2096 if (!XaceHook(XACE_RECEIVE_ACCESS, wClient(win), win, events, count)) { in DeliverToWindowOwner()
2174 if (XaceHook(XACE_RECEIVE_ACCESS, client, win, events, count)) in DeliverEventToInputClients()
2453 if (XaceHook(XACE_RECEIVE_ACCESS, wClient(pWin), pWin, pEvents, count)) in MaybeDeliverEventsToClient()
2467 if (XaceHook(XACE_RECEIVE_ACCESS, rClient(other), pWin, pEvents, in MaybeDeliverEventsToClient()
4205 XaceHook(XACE_RECEIVE_ACCESS, rClient(grab), in DeliverOneGrabbedEvent()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1030 if (XaceHook(XACE_RECEIVE_ACCESS, client, win, xi2, 1) != Success) in DeliverOneTouchEvent()