Home
last modified time | relevance | path

Searched refs:CLIENT_BITS (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h98 #define CLIENT_BITS(id) ((id) & RESOURCE_CLIENT_MASK) macro
100 #define CLIENT_ID(id) ((int)(CLIENT_BITS(id) >> CLIENTOFFSET))
H A Dinputstr.h70 (CLIENT_BITS((obj)->resource) == (client)->clientAsMask)
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c537 if (CLIENT_BITS(pGrab->resource) != CLIENT_BITS(grab->resource)) { in AddPassiveGrabToList()
617 if ((CLIENT_BITS(grab->resource) != CLIENT_BITS(pMinuendGrab->resource)) in DeletePassiveGrabFromList()
H A Devents.c1407 (CLIENT_BITS(thisDev->deviceGrab.sync.other->resource) == in CheckGrabForSyncs()
1408 CLIENT_BITS(grab->resource))) in CheckGrabForSyncs()
1418 (CLIENT_BITS(dev->deviceGrab.sync.other->resource) == in CheckGrabForSyncs()
1419 CLIENT_BITS(grab->resource))) in CheckGrabForSyncs()
1480 CLIENT_BITS(listener->listener) == grab->resource) { in UpdateTouchesForGrab()
4292 (CLIENT_BITS(grab->resource) == in DeliverGrabbedEvent()
4293 CLIENT_BITS(dev->deviceGrab.grab->resource))) in DeliverGrabbedEvent()
H A Dtouch.c961 if (CLIENT_BITS(ti->listeners[j].listener) != resource) in TouchListenerGone()
H A Ddispatch.c798 if (client->clientAsMask == (CLIENT_BITS(pWin->drawable.id))) in ProcChangeSaveSet()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dsaveset.c42 if (client->clientAsMask == (CLIENT_BITS(pWin->drawable.id))) in ProcXFixesChangeSaveSet()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dclosedev.c104 (client->clientAsMask == CLIENT_BITS(grab->resource))) in DeleteDeviceEvents()
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c1152 if (errorspec && (CLIENT_BITS(clientspecs[i]) == errorspec)) in RecordSanityCheckClientSpecifiers()
1214 pClientspecs[i] = CLIENT_BITS(cs); in RecordCanonicalizeClientSpecifiers()