Searched refs:ActivateDevice (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-common.c | 82 ActivateDevice(devices.vcp, FALSE); 83 ActivateDevice(devices.vck, FALSE); 89 ActivateDevice(devices.mouse, FALSE); 90 ActivateDevice(devices.kbd, FALSE);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-common.c | 170 ret = ActivateDevice(local_devices.vcp, FALSE); 173 ret = ActivateDevice(local_devices.vck, FALSE); 180 ret = ActivateDevice(local_devices.mouse, FALSE); 182 ret = ActivateDevice(local_devices.kbd, FALSE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xichangehierarchy.c | 168 ActivateDevice(ptr, FALSE); 169 ActivateDevice(keybd, FALSE); 173 ActivateDevice(XTestptr, FALSE); 174 ActivateDevice(XTestkeybd, FALSE);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xichangehierarchy.c | 169 ActivateDevice(ptr, FALSE); 170 ActivateDevice(keybd, FALSE); 174 ActivateDevice(XTestptr, FALSE); 175 ActivateDevice(XTestkeybd, FALSE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xtest.c | 578 if (ActivateDevice(xtestpointer, TRUE) != Success || 579 ActivateDevice(xtestkeyboard, TRUE) != Success)
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xtest.c | 573 if (ActivateDevice(xtestpointer, TRUE) != Success || 574 ActivateDevice(xtestkeyboard, TRUE) != Success)
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | input.h | 262 extern _X_EXPORT Bool ActivateDevice(
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | devices.c | 546 ActivateDevice(DeviceIntPtr dev, BOOL sendevent) function in typeref:typename:int 695 if (ActivateDevice(inputInfo.pointer, TRUE) != Success || 696 ActivateDevice(inputInfo.keyboard, TRUE) != Success) 725 ActivateDevice(dev, TRUE); 2606 * Only allocates the devices, you will need to call ActivateDevice() and
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | devices.c | 581 ActivateDevice(DeviceIntPtr dev, BOOL sendevent) function in typeref:typename:int 735 result = ActivateDevice(inputInfo.pointer, TRUE); 740 result = ActivateDevice(inputInfo.keyboard, TRUE); 776 ActivateDevice(dev, TRUE); 2792 * Only allocates the devices, you will need to call ActivateDevice() and
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kinput.c | 2297 ActivateDevice(pi->dixdev, TRUE) != Success || 2305 ActivateDevice(ki->dixdev, TRUE) != Success ||
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kinput.c | 2030 ActivateDevice(pi->dixdev, TRUE) != Success || 2052 ActivateDevice(ki->dixdev, TRUE) != Success ||
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 803 rval = ActivateDevice(dev, TRUE);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | input.h | 295 extern _X_EXPORT Bool ActivateDevice(DeviceIntPtr /*device */ ,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 840 * Apply backend-specific initialization. Invoked after ActivateDevice(), 981 rval = ActivateDevice(dev, TRUE);
|
Completed in 23 milliseconds