Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dgetselev.c119 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
124 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
144 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
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()
2430 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2437 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2501 others->next = pWin->optional->inputMasks->inputClients; in AddExtensionClient()
2502 pWin->optional->inputMasks->inputClients = others; in AddExtensionClient()
2549 for (others = inputMasks->inputClients; others; in RecalculateDeviceDeliverableEvents()
2585 for (other = wOtherInputMasks(pWin)->inputClients; other; in InputClientGone()
2596 mask->inputClients = other->next; in InputClientGone()
[all …]
H A Dxiselectev.c53 A = inputMasks->inputClients; in check_for_touch_selection_conflicts()
318 for (others = wOtherInputMasks(win)->inputClients; others; in ProcXIGetSelectedEvents()
H A Dclosedev.c97 for (others = pOthers->inputClients; others; others = others->next) in DeleteDeviceEvents()
/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c800 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { in TouchAddRegularListener()
817 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { in TouchAddRegularListener()
H A Devents.c2131 *iclients = inputMasks->inputClients; in GetClientsForDelivery()
2140 *iclients = inputMasks->inputClients; in GetClientsForDelivery()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h153 InputClientsPtr inputClients; member