Home
last modified time | relevance | path

Searched refs:ResourceStateCallback (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h115 extern _X_EXPORT CallbackListPtr ResourceStateCallback;
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c494 CallbackListPtr ResourceStateCallback; variable
499 if (ResourceStateCallback) { in CallResourceStateCallback()
501 CallCallbacks(&ResourceStateCallback, &rsi); in CallResourceStateCallback()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c823 DeleteCallback(&ResourceStateCallback, SELinuxResourceState, NULL); in SELinuxFlaskReset()
917 ret &= AddCallback(&ResourceStateCallback, SELinuxResourceState, NULL); in SELinuxFlaskInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog166969 xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCallback.
166975 xselinux: use the new ResourceStateCallback instead of the XACE_WINDOW_INIT hook.
167226 Add ResourceStateCallback similar in function to ClientStateCallback.