Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1713 GrabInfoPtr devgrabinfo, grabinfo = &thisDev->deviceGrab; in AllowSome() local
1721 devgrabinfo = &dev->deviceGrab; in AllowSome()
1725 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) { in AllowSome()
1727 (CompareTimeStamps(devgrabinfo->grabTime, grabTime) == LATER)) in AllowSome()
1728 grabTime = devgrabinfo->grabTime; in AllowSome()
1730 if (grabinfo->sync.other == devgrabinfo->grab) in AllowSome()
1732 if (devgrabinfo->sync.state >= FROZEN) in AllowSome()
1760 devgrabinfo = &dev->deviceGrab; in AllowSome()
1761 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1762 devgrabinfo->sync.state = THAWED; in AllowSome()
[all …]