Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c114 rc = XIGetDeviceProperty(xtestpointer, xtest_prop, &prop); in xtest_properties()
118 rc = XIGetDeviceProperty(xtestkeyboard, xtest_prop, &prop); in xtest_properties()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h93 extern _X_EXPORT int XIGetDeviceProperty(DeviceIntPtr /* dev */ ,
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c275 rc = XIGetDeviceProperty(dev, property, &prop_value); in get_property()
808 XIGetDeviceProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr *value) in XIGetDeviceProperty() function