Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c3778 MatchForType(const GrabPtr grab, GrabPtr tmp, enum InputLevel level, in MatchForType() function
3858 match = MatchForType(grab, tempGrab, XI2, event->any.type); in CheckPassiveGrab()
3863 match = MatchForType(grab, tempGrab, XI2, emulated_type); in CheckPassiveGrab()
3867 match = MatchForType(grab, tempGrab, XI, event->any.type); in CheckPassiveGrab()
3870 match = MatchForType(grab, tempGrab, XI, emulated_type); in CheckPassiveGrab()
3873 match = MatchForType(grab, tempGrab, CORE, event->any.type); in CheckPassiveGrab()
3875 match = MatchForType(grab, tempGrab, CORE, emulated_type); in CheckPassiveGrab()