Lines Matching refs:GetPairedDevice
1758 dix: Check for NULL spriteInfo in GetPairedDevice
1761 NULL in GetPairedDevice resulting a segfault and subsequent crash. The
83260 input: replace remaining GetPairedDevice() with GetMaster()
83263 GetMaster() instead of GetPairedDevice(). It is more reliable in actually
112077 GetPairedDevice() may not always return the keyboard, resulting in a
127923 GetMaster is more reliable than GetPairedDevice, it always returns the
132115 dix: use GetPairedDevice in ProcQueryPointer rather than inputInfo.keyboard.
133213 For floating SDs, GetPairedDevice() returns the SD itself, hence keybd->key
155134 xkb: swap a LookupKeyboardDevice over in favour of GetPairedDevice
158149 dix: GetPairedDevice: return dev paired with master for slave devices.
158202 dix: Remove GetPairedPointer, GetPairedKeyboard in favour of GetPairedDevice.