Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c978 nt_list_for_each_entry(iclient, wOtherInputMasks(win)->inputClients, next) { in TouchClientWantsOwnershipEvents()
1329 wOtherInputMasks(*win)->inputClients, next) in RetrieveTouchDeliveryData()
1343 wOtherInputMasks(*win)->inputClients, next) in RetrieveTouchDeliveryData()
2424 if (wOtherInputMasks(pWin)) { in SelectForWindow()
2425 if (check & wOtherInputMasks(pWin)->inputEvents[mskidx]) { in SelectForWindow()
2430 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2437 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2547 if ((inputMasks = wOtherInputMasks(pChild)) != 0) { in RecalculateDeviceDeliverableEvents()
2558 if (wOtherInputMasks(tmp)) in RecalculateDeviceDeliverableEvents()
2561 (wOtherInputMasks(tmp)->deliverableEvents[i] in RecalculateDeviceDeliverableEvents()
[all …]
H A Dxiselectev.c49 OtherInputMasks *inputMasks = wOtherInputMasks(win); in check_for_touch_selection_conflicts()
316 masks = wOtherInputMasks(win); in ProcXIGetSelectedEvents()
318 for (others = wOtherInputMasks(win)->inputClients; others; in ProcXIGetSelectedEvents()
H A Dchgprop.c124 others = wOtherInputMasks(pWin); in ProcXChangeDeviceDontPropagateList()
H A Dclosedev.c96 if ((pOthers = wOtherInputMasks(pWin)) != 0) in DeleteDeviceEvents()
H A Dgetprop.c116 if ((others = wOtherInputMasks(pWin)) != 0) { in ProcXGetDeviceDontPropagateList()
H A Dgetselev.c118 if ((pOthers = wOtherInputMasks(pWin)) != 0) { in ProcXGetSelectedExtensionEvents()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h192 #define wOtherInputMasks(w) wUseDefault(w, inputMasks, NULL) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c687 if (!(wOtherInputMasks(win)) || in DeliverStateNotifyEvent()
688 !(wOtherInputMasks(win)->inputEvents[dev->id] & DeviceStateNotifyMask)) in DeliverStateNotifyEvent()
H A Dtouch.c797 inputMasks = wOtherInputMasks(win); in TouchAddRegularListener()
H A Devents.c459 OtherInputMasks *inputMasks = wOtherInputMasks(win); in WindowXI2MaskIsset()
2069 inputMasks = wOtherInputMasks(win); in ActivateImplicitGrab()
2126 OtherInputMasks *inputMasks = wOtherInputMasks(win); in GetClientsForDelivery()
2134 OtherInputMasks *inputMasks = wOtherInputMasks(win); in GetClientsForDelivery()
2606 OtherInputMasks *inputMasks = wOtherInputMasks(win); in EventIsDeliverable()