Searched refs:inputClients (Results 1 – 7 of 7) sorted by relevance
119 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()
978 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 …]
53 A = inputMasks->inputClients; in check_for_touch_selection_conflicts()318 for (others = wOtherInputMasks(win)->inputClients; others; in ProcXIGetSelectedEvents()
97 for (others = pOthers->inputClients; others; others = others->next) in DeleteDeviceEvents()
800 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { in TouchAddRegularListener()817 nt_list_for_each_entry(iclients, inputMasks->inputClients, next) { in TouchAddRegularListener()
2131 *iclients = inputMasks->inputClients; in GetClientsForDelivery()2140 *iclients = inputMasks->inputClients; in GetClientsForDelivery()
153 InputClientsPtr inputClients; member