Home
last modified time | relevance | path

Searched refs:XaceHookSelectionAccess (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.h80 extern _X_EXPORT int XaceHookSelectionAccess(ClientPtr ptr, Selection ** ppSel,
120 #define XaceHookSelectionAccess(args...) Success macro
127 #define XaceHookSelectionAccess(...) Success macro
H A Dxace.c59 XaceHookSelectionAccess(ClientPtr client, Selection ** ppSel, Mask access_mode) in XaceHookSelectionAccess() function
/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c84 rc = XaceHookSelectionAccess(client, &pSel, access_mode); in dixLookupSelection()
204 rc = XaceHookSelectionAccess(client, &pSel, in ProcSetSelectionOwner()