Home
last modified time | relevance | path

Searched refs:XIChangeDeviceProperty (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c122 rc = XIChangeDeviceProperty(xtestpointer, xtest_prop, in xtest_properties()
126 rc = XIChangeDeviceProperty(xtestkeyboard, xtest_prop, in xtest_properties()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c148 XIChangeDeviceProperty(pDev, prop, float_prop, 32, in ProcessVelocityConfiguration()
157 XIChangeDeviceProperty(pDev, prop, float_prop, 32, in ProcessVelocityConfiguration()
166 if (XIChangeDeviceProperty(pDev, prop, XA_INTEGER, 32, in ProcessVelocityConfiguration()
181 XIChangeDeviceProperty(pDev, prop, float_prop, 32, in ProcessVelocityConfiguration()
186 XIChangeDeviceProperty(pDev, prop, float_prop, 32, in ProcessVelocityConfiguration()
321 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in ApplyTransformationMatrix()
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c225 XIChangeDeviceProperty(dev, prop_profile_number, XA_INTEGER, 32, in AccelInitProfileProperty()
268 XIChangeDeviceProperty(dev, prop_const_decel, in AccelInitDecelProperty()
314 XIChangeDeviceProperty(dev, prop_adapt_decel, in AccelInitAdaptDecelProperty()
361 XIChangeDeviceProperty(dev, prop_velo_scale, in AccelInitScaleProperty()
H A Ddevices.c312 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
325 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in AddInputDevice()
418 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in EnableDevice()
516 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in DisableDevice()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h83 extern _X_EXPORT int XIChangeDeviceProperty(DeviceIntPtr /* dev */ ,
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c621 XIChangeDeviceProperty(*ptr, XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
628 XIChangeDeviceProperty(*keybd, XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c353 rc = XIChangeDeviceProperty(dev, property, type, format, mode, len, data, in change_property()
684 XIChangeDeviceProperty(DeviceIntPtr dev, Atom property, Atom type, in XIChangeDeviceProperty() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog69837 XIChangeDeviceProperty: free newly allocated prop when SetProperty fails
69843 at line 774 of Xi/xiproperty.c in function 'XIChangeDeviceProperty'.
75223 property.c: In function 'XIChangeDeviceProperty':
79583 Xi: change XIChangeDeviceProperty from const pointer to const void *
98010 Xi: constify XIChangeDeviceProperty()
140993 into the one-byte type before passing it into XIChangeDeviceProperty.