Home
last modified time | relevance | path

Searched refs:grabTime (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dungrdev.c104 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) && in ProcXUngrabDevice()
H A Dxigrabdev.c167 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) && in ProcXIUngrabDevice()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1540 grabinfo->grabTime = syncEvents.time; in ActivatePointerGrab()
1542 grabinfo->grabTime = time; in ActivatePointerGrab()
1652 grabinfo->grabTime = syncEvents.time; in ActivateKeyboardGrab()
1654 grabinfo->grabTime = time; in ActivateKeyboardGrab()
1711 TimeStamp grabTime; in AllowSome() local
1719 grabTime = grabinfo->grabTime; in AllowSome()
1727 (CompareTimeStamps(devgrabinfo->grabTime, grabTime) == LATER)) in AllowSome()
1728 grabTime = devgrabinfo->grabTime; in AllowSome()
1739 (CompareTimeStamps(time, grabTime) == EARLIER)) in AllowSome()
4973 (CompareTimeStamps(time, device->deviceGrab.grabTime) == EARLIER)) in ProcChangeActivePointerGrab()
[all …]
H A Dgrabs.c119 (unsigned long) devGrab->grabTime.milliseconds, in PrintDeviceGrabInfo()
H A Ddevices.c285 dev->deviceGrab.grabTime = currentTime; in AddInputDevice()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h489 TimeStamp grabTime; member