Home
last modified time | relevance | path

Searched refs:GetDevicePredictableAccelData (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c161 DeviceVelocityPtr vel = GetDevicePredictableAccelData(dev); in AccelerationDefaultCleanup()
201 vel = GetDevicePredictableAccelData(dev); in AccelSetProfileProperty()
246 vel = GetDevicePredictableAccelData(dev); in AccelSetDecelProperty()
290 veloc = GetDevicePredictableAccelData(dev); in AccelSetAdaptDecelProperty()
337 vel = GetDevicePredictableAccelData(dev); in AccelSetScaleProperty()
408 vel = GetDevicePredictableAccelData(dev); in DeletePredictableAccelerationProperties()
1059 GetDevicePredictableAccelData(DeviceIntPtr dev) in GetDevicePredictableAccelData() function
1087 DeviceVelocityPtr velocitydata = GetDevicePredictableAccelData(dev); in acceleratePointerPredictable()
/OK3568_Linux_fs/external/xserver/include/
H A Dptrveloc.h123 GetDevicePredictableAccelData(DeviceIntPtr dev);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c267 pVel = GetDevicePredictableAccelData(dev); in ApplyAccelerationSettings()