Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dgrabdevk.c142 .other_devices_mode = stuff->other_devices_mode, in ProcXGrabDeviceKey()
H A Dgrabdevb.c144 .other_devices_mode = stuff->other_devices_mode, in ProcXGrabDeviceButton()
H A Dxipassivegrab.c156 param.other_devices_mode = stuff->paired_device_mode; in ProcXIPassiveGrabDevice()
160 param.other_devices_mode = stuff->grab_mode; in ProcXIPassiveGrabDevice()
H A Dgrabdev.c134 rc = GrabDevice(client, dev, stuff->other_devices_mode, in ProcXGrabDevice()
H A Dexevents.c2215 if ((param->other_devices_mode != GrabModeSync) && in CheckGrabValues()
2216 (param->other_devices_mode != GrabModeAsync) && in CheckGrabValues()
2217 (param->other_devices_mode != XIGrabModeTouch)) { in CheckGrabValues()
2218 client->errorValue = param->other_devices_mode; in CheckGrabValues()
2270 param->other_devices_mode == GrabModeSync) in GrabButton()
2326 param->other_devices_mode == GrabModeSync) in GrabKey()
2369 param->other_devices_mode == GrabModeSync) in GrabWindow()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h150 unsigned int other_devices_mode; member
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c169 param.other_devices_mode = GrabModeSync; in dix_check_grab_values()
191 param.other_devices_mode = GrabModeAsync; in dix_check_grab_values()
195 param.other_devices_mode = XIGrabModeTouch; in dix_check_grab_values()
200 param.other_devices_mode = XIGrabModeTouch + 1; in dix_check_grab_values()
203 assert(client.errorValue == param.other_devices_mode); in dix_check_grab_values()
206 param.other_devices_mode = GrabModeSync; in dix_check_grab_values()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c234 grab->pointerMode = param->other_devices_mode; in CreateGrab()
642 param.other_devices_mode = grab->pointerMode; in DeletePassiveGrabFromList()
H A Devents.c5522 .other_devices_mode = stuff->pointerMode, in ProcGrabKey()
5630 .other_devices_mode = stuff->pointerMode, in ProcGrabButton()