Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c857 int xitype = 0; in GetXIType() local
861 xitype = DeviceMotionNotify; in GetXIType()
864 xitype = DeviceButtonPress; in GetXIType()
867 xitype = DeviceButtonRelease; in GetXIType()
870 xitype = DeviceKeyPress; in GetXIType()
873 xitype = DeviceKeyRelease; in GetXIType()
876 xitype = ProximityIn; in GetXIType()
879 xitype = ProximityOut; in GetXIType()
884 return xitype; in GetXIType()
H A Dtouch.c814 int xitype = GetXIType(TouchGetPointerEventType(ev)); in TouchAddRegularListener() local
815 Mask xi_filter = event_get_filter_from_type(dev, xitype); in TouchAddRegularListener()
H A Devents.c284 XItoCoreType(int xitype) in XItoCoreType() argument
288 if (xitype == DeviceMotionNotify) in XItoCoreType()
290 else if (xitype == DeviceButtonPress) in XItoCoreType()
292 else if (xitype == DeviceButtonRelease) in XItoCoreType()
294 else if (xitype == DeviceKeyPress) in XItoCoreType()
296 else if (xitype == DeviceKeyRelease) in XItoCoreType()