Searched refs:lastDeviceEventTime (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dglobals.c123 TimeStamp lastDeviceEventTime; variable in typeref:typename:TimeStamp
H A Devents.c1070 lastDeviceEventTime = currentTime;
4963 lastDeviceEventTime = currentTime;
H A Dwindow.c3227 lastDeviceEventTime = currentTime;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixstruct.h156 extern _X_EXPORT TimeStamp lastDeviceEventTime;
/xsrc/external/mit/xorg-server.old/dist/os/
H A DWaitFor.c587 INT32 timeout = now - lastDeviceEventTime.milliseconds;
H A Dxdmcp.c1433 if ((GetTimeInMillis() - lastDeviceEventTime.milliseconds) >
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c418 lastDeviceEventTime = currentTime;
713 lastInput = GetTimeInMillis() - lastDeviceEventTime.milliseconds;
H A Dsync.c2790 CARD32 idle = GetTimeInMillis() - lastDeviceEventTime.milliseconds;
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c262 } lastDeviceEventTime[MAXDEVICES]; variable in typeref:struct:DeviceEventTime[]
1082 lastDeviceEventTime[XIAllDevices].time = currentTime;
1083 lastDeviceEventTime[dev->id].time = currentTime;
1110 return lastDeviceEventTime[deviceid].time;
1116 return lastDeviceEventTime[deviceid].reset;
1122 lastDeviceEventTime[deviceid].reset = state;

Completed in 25 milliseconds