Searched refs:KEYBOARD_OR_FLOAT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 1531 assert(GetMaster(&vcp, KEYBOARD_OR_FLOAT) == &vck); in dix_get_master() 1532 assert(GetMaster(&vck, KEYBOARD_OR_FLOAT) == &vck); in dix_get_master() 1533 assert(GetMaster(&ptr, KEYBOARD_OR_FLOAT) == &vck); in dix_get_master() 1534 assert(GetMaster(&kbd, KEYBOARD_OR_FLOAT) == &vck); in dix_get_master() 1536 assert(GetMaster(&floating, KEYBOARD_OR_FLOAT) == &floating); in dix_get_master()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 531 #define KEYBOARD_OR_FLOAT 5 /* Keyboard master for this device or this device if floati… macro
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 134 DeviceIntPtr current_kbd = GetMaster(current_ptr, KEYBOARD_OR_FLOAT); in XIShouldNotify() 1405 kbd = GetMaster(dev, KEYBOARD_OR_FLOAT); in DeliverTouchEmulatedEvent() 1612 kbd = GetMaster(dev, KEYBOARD_OR_FLOAT); in ProcessTouchEvent() 1698 kbd = GetMaster(device, KEYBOARD_OR_FLOAT); in ProcessDeviceEvent()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 2690 (which == POINTER_OR_FLOAT || which == KEYBOARD_OR_FLOAT)) in GetMaster() 2695 if (which == MASTER_KEYBOARD || which == KEYBOARD_OR_FLOAT) { in GetMaster()
|
| H A D | events.c | 3679 gdev = GetMaster(device, KEYBOARD_OR_FLOAT); in ActivatePassiveGrab() 3841 gdev = GetMaster(device, KEYBOARD_OR_FLOAT); in CheckPassiveGrab() 4547 keybd = GetMaster(mouse, KEYBOARD_OR_FLOAT); in CoreEnterLeaveEvent() 4755 keybd = GetMaster(dev, KEYBOARD_OR_FLOAT); in SetInputFocus()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 89482 dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()
|