Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.h45 #define XACE_SEND_ACCESS 5 macro
H A Dxace.c117 case XACE_SEND_ACCESS: in XaceHook()
H A Dsecurity.c1016 XaceDeleteCallback(XACE_SEND_ACCESS, SecuritySend, NULL); in SecurityResetProc()
1064 ret &= XaceRegisterCallback(XACE_SEND_ACCESS, SecuritySend, NULL); in SecurityExtensionInit()
H A Dxselinux_hooks.c829 XaceDeleteCallback(XACE_SEND_ACCESS, SELinuxSend, NULL); in SELinuxFlaskReset()
923 ret &= XaceRegisterCallback(XACE_SEND_ACCESS, SELinuxSend, NULL); in SELinuxFlaskInit()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2652 if (XaceHook(XACE_SEND_ACCESS, NULL, dev, win, xE, count) == Success) { in DeliverEvent()
4114 XaceHook(XACE_SEND_ACCESS, NULL, keybd, focus, xE, count) == Success) { in DeliverFocusedEvent()
4130 if (XaceHook(XACE_SEND_ACCESS, NULL, keybd, focus, core, count) == in DeliverFocusedEvent()
4203 if (XaceHook(XACE_SEND_ACCESS, 0, dev, in DeliverOneGrabbedEvent()
5424 if (XaceHook(XACE_SEND_ACCESS, client, NULL, pWin, in ProcSendEvent()
5438 else if (!XaceHook(XACE_SEND_ACCESS, client, NULL, pWin, &stuff->event, 1)) in ProcSendEvent()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2709 else if (!XaceHook(XACE_SEND_ACCESS, client, NULL, pWin, ev, count)) in SendEvent()