| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrdispatch.c | 79 XID clientResource; in ProcRRSelectInput() local 123 clientResource = FakeClientID(client->index); in ProcRRSelectInput() 124 pRREvent->clientResource = clientResource; in ProcRRSelectInput() 125 if (!AddResource(clientResource, RRClientType, (void *) pRREvent)) in ProcRRSelectInput() 138 FreeResource(clientResource, RT_NONE); in ProcRRSelectInput() 194 FreeResource(pRREvent->clientResource, RRClientType); in ProcRRSelectInput()
|
| H A D | randr.c | 405 FreeResource(pCur->clientResource, RRClientType); in RRFreeEvents()
|
| H A D | randrstr.h | 435 XID clientResource; member
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | select.c | 48 XID clientResource; member 139 FreeResource(e->clientResource, 0); in XFixesSelectSelectionInput() 152 e->clientResource = FakeClientID(pClient->index); in XFixesSelectSelectionInput() 168 if (!AddResource(e->clientResource, SelectionClientType, (void *) e)) in XFixesSelectSelectionInput() 173 FreeResource(e->clientResource, 0); in XFixesSelectSelectionInput() 252 FreeResource(e->clientResource, 0); in SelectionFreeWindow()
|
| H A D | cursor.c | 93 XID clientResource; member 226 FreeResource(e->clientResource, 0); in XFixesSelectCursorInput() 238 e->clientResource = FakeClientID(pClient->index); in XFixesSelectCursorInput() 254 if (!AddResource(e->clientResource, CursorClientType, (void *) e)) in XFixesSelectCursorInput() 1002 FreeResource(e->clientResource, 0); in CursorFreeWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwindowswm.c | 65 XID clientResource; member 134 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents() 147 XID clientResource; in ProcWindowsWMSelectInput() local 175 clientResource = FakeClientID(client->index); in ProcWindowsWMSelectInput() 176 pNewEvent->clientResource = clientResource; in ProcWindowsWMSelectInput() 177 if (!AddResource(clientResource, ClientType, (void *) pNewEvent)) in ProcWindowsWMSelectInput() 190 FreeResource(clientResource, RT_NONE); in ProcWindowsWMSelectInput() 209 FreeResource(pEvent->clientResource, ClientType); in ProcWindowsWMSelectInput()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 96 XID clientResource; member 214 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents() 227 XID clientResource; in ProcAppleWMSelectInput() local 258 clientResource = FakeClientID(client->index); in ProcAppleWMSelectInput() 259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput() 260 if (!AddResource(clientResource, ClientType, (void *)pNewEvent)) in ProcAppleWMSelectInput() 272 FreeResource(clientResource, RT_NONE); in ProcAppleWMSelectInput() 291 FreeResource(pEvent->clientResource, ClientType); in ProcAppleWMSelectInput()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shape.c | 89 XID clientResource; member 723 FreeResource(pCur->clientResource, ClientType); in ShapeFreeEvents() 736 XID clientResource; in ProcShapeSelectInput() local 771 clientResource = FakeClientID(client->index); in ProcShapeSelectInput() 772 pNewShapeEvent->clientResource = clientResource; in ProcShapeSelectInput() 773 if (!AddResource(clientResource, ClientType, (void *) pNewShapeEvent)) in ProcShapeSelectInput() 786 FreeResource(clientResource, RT_NONE); in ProcShapeSelectInput() 805 FreeResource(pShapeEvent->clientResource, ClientType); in ProcShapeSelectInput()
|
| H A D | saver.c | 107 XID clientResource; member 1234 FreeResource(this->clientResource, RT_NONE); in ProcScreenSaverSuspend() 1257 this->clientResource = FakeClientID(client->index); in ProcScreenSaverSuspend() 1259 if (!AddResource(this->clientResource, SuspendType, (void *) this)) { in ProcScreenSaverSuspend()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | appledri.c | 78 XID clientResource; member
|
| /OK3568_Linux_fs/external/xserver/record/ |
| H A D | record.c | 2260 rci.clientResource = pRCAP->pClientIDs[i]; in ProcRecordGetContext() 2262 swapl(&rci.clientResource); in ProcRecordGetContext()
|