Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1928 TryClientEvents(ClientPtr client, DeviceIntPtr dev, xEvent *pEvents, in TryClientEvents() argument
1935 pEvents->u.u.type, pEvents->u.u.detail, mask, in TryClientEvents()
1961 type = pEvents->u.u.type; in TryClientEvents()
1965 pEvents->u.keyButtonPointer.event) { in TryClientEvents()
1972 pEvents->u.u.detail = NotifyHint; in TryClientEvents()
1975 pEvents->u.u.detail = NotifyNormal; in TryClientEvents()
1979 if (MaybeSendDeviceMotionNotifyHint((deviceKeyButtonPointer *) pEvents, in TryClientEvents()
1984 if (EventIsKeyRepeat(pEvents)) { in TryClientEvents()
1986 xEvent release = *pEvents; in TryClientEvents()
2003 if (EventIsKeyRepeat(pEvents)) { in TryClientEvents()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c472 xSyncCounterNotifyEvent *pEvents, *pev; in SyncSendCounterNotifyEvents() local
477 pev = pEvents = calloc(num_events, sizeof(xSyncCounterNotifyEvent)); in SyncSendCounterNotifyEvents()
478 if (!pEvents) in SyncSendCounterNotifyEvents()
505 WriteEventsToClient(client, num_events, (xEvent *) pEvents); in SyncSendCounterNotifyEvents()
506 free(pEvents); in SyncSendCounterNotifyEvents()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2875 MaybeSendDeviceMotionNotifyHint(deviceKeyButtonPointer *pEvents, Mask mask) in MaybeSendDeviceMotionNotifyHint() argument
2879 dixLookupDevice(&dev, pEvents->deviceid & DEVICE_BITS, serverClient, in MaybeSendDeviceMotionNotifyHint()
2884 if (pEvents->type == DeviceMotionNotify) { in MaybeSendDeviceMotionNotifyHint()
2886 if (WID(dev->valuator->motionHintWindow) == pEvents->event) { in MaybeSendDeviceMotionNotifyHint()
2889 pEvents->detail = NotifyHint; in MaybeSendDeviceMotionNotifyHint()
2892 pEvents->detail = NotifyNormal; in MaybeSendDeviceMotionNotifyHint()