Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiselectev.c50 InputClients *A = NULL; in check_for_touch_selection_conflicts()
H A Dexevents.c976 InputClients *iclient; in TouchClientWantsOwnershipEvents()
1299 InputClients *iclients = NULL; in RetrieveTouchDeliveryData()
2481 return calloc(1, sizeof(InputClients)); in AllocInputClient()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h126 } InputClients; typedef
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c471 GetEventMask(DeviceIntPtr dev, xEvent *event, InputClients * other) in GetEventMask()
2119 xEvent *events, Mask filter, InputClients ** iclients) in GetClientsForDelivery()
2124 *iclients = (InputClients *) wOtherClients(win); in GetClientsForDelivery()
2153 DeliverEventToInputClients(DeviceIntPtr dev, InputClients * inputclients, in DeliverEventToInputClients()
2214 InputClients *iclients; in DeliverEventToWindowMask()
2381 InputClients *inputclients; in DeliverRawEvent()
2390 InputClients ic = *inputclients; in DeliverRawEvent()
H A Dtouch.c777 InputClients *iclients = NULL; in TouchAddRegularListener()