Home
last modified time | relevance | path

Searched refs:XIGetKnownProperty (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPointer.c63 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in xnestPointerProc()
64 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in xnestPointerProc()
65 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in xnestPointerProc()
66 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in xnestPointerProc()
67 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in xnestPointerProc()
68 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in xnestPointerProc()
69 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in xnestPointerProc()
71 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in xnestPointerProc()
72 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in xnestPointerProc()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c108 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in winMouseProc()
109 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in winMouseProc()
110 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in winMouseProc()
111 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in winMouseProc()
112 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in winMouseProc()
113 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in winMouseProc()
114 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in winMouseProc()
115 btn_labels[7] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_BACK); in winMouseProc()
116 btn_labels[8] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_FORWARD); in winMouseProc()
118 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in winMouseProc()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c327 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in DarwinMouseProc()
328 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in DarwinMouseProc()
329 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in DarwinMouseProc()
331 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in DarwinMouseProc()
332 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in DarwinMouseProc()
333 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in DarwinMouseProc()
334 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in DarwinMouseProc()
335 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in DarwinMouseProc()
336 axes_labels[5] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in DarwinMouseProc()
397 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in DarwinTabletProc()
[all …]
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c92 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in TestPointerProc()
93 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in TestPointerProc()
94 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in TestPointerProc()
95 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in TestPointerProc()
96 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in TestPointerProc()
97 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in TestPointerProc()
98 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in TestPointerProc()
101 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in TestPointerProc()
102 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in TestPointerProc()
103 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_VSCROLL); in TestPointerProc()
[all …]
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitInput.c104 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in vfbMouseProc()
105 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in vfbMouseProc()
106 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in vfbMouseProc()
108 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in vfbMouseProc()
109 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in vfbMouseProc()
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c198 if (atom != XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER)) in AccelSetProfileProperty()
223 Atom prop_profile_number = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER); in AccelInitProfileProperty()
243 if (atom != XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION)) in AccelSetDecelProperty()
267 XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in AccelInitDecelProperty()
269 XIGetKnownProperty(XATOM_FLOAT), 32, PropModeReplace, in AccelInitDecelProperty()
287 if (atom != XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION)) in AccelSetAdaptDecelProperty()
312 XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in AccelInitAdaptDecelProperty()
315 XIGetKnownProperty(XATOM_FLOAT), 32, PropModeReplace, in AccelInitAdaptDecelProperty()
334 if (atom != XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING)) in AccelSetScaleProperty()
359 Atom prop_velo_scale = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in AccelInitScaleProperty()
[all …]
H A Ddevices.c150 if (property == XIGetKnownProperty(XI_PROP_ENABLED)) { in DeviceSetProperty()
168 else if (property == XIGetKnownProperty(XI_PROP_TRANSFORM)) { in DeviceSetProperty()
173 prop->type != XIGetKnownProperty(XATOM_FLOAT)) in DeviceSetProperty()
312 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
314 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
325 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in AddInputDevice()
326 XIGetKnownProperty(XATOM_FLOAT), 32, in AddInputDevice()
328 XISetDevicePropertyDeletable(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()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c91 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in init_pointer_buttons()
92 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in init_pointer_buttons()
93 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in init_pointer_buttons()
94 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in init_pointer_buttons()
95 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in init_pointer_buttons()
96 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in init_pointer_buttons()
97 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in init_pointer_buttons()
119 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_pointer_proc()
120 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_pointer_proc()
121 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in xwl_pointer_proc()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c589 if (property == XIGetKnownProperty(XI_PROP_XTEST_DEVICE)) in DeviceSetXTestProperty()
621 XIChangeDeviceProperty(*ptr, XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
625 XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
628 XIChangeDeviceProperty(*keybd, XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
632 XIGetKnownProperty(XI_PROP_XTEST_DEVICE), in AllocXTestDevice()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c136 Atom float_prop = XIGetKnownProperty(XATOM_FLOAT); in ProcessVelocityConfiguration()
147 prop = XIGetKnownProperty(ACCEL_PROP_CONSTANT_DECELERATION); in ProcessVelocityConfiguration()
156 prop = XIGetKnownProperty(ACCEL_PROP_ADAPTIVE_DECELERATION); in ProcessVelocityConfiguration()
165 prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER); in ProcessVelocityConfiguration()
178 prop = XIGetKnownProperty(ACCEL_PROP_VELOCITY_SCALING); in ProcessVelocityConfiguration()
321 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in ApplyTransformationMatrix()
322 XIGetKnownProperty(XATOM_FLOAT), 32, in ApplyTransformationMatrix()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c258 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in KdPointerProc()
260 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in KdPointerProc()
262 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in KdPointerProc()
264 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in KdPointerProc()
266 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in KdPointerProc()
268 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in KdPointerProc()
270 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in KdPointerProc()
276 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in KdPointerProc()
277 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in KdPointerProc()
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c112 Atom xtest_prop = XIGetKnownProperty(XI_PROP_XTEST_DEVICE); in xtest_properties()
/OK3568_Linux_fs/external/xserver/include/
H A Dexevents.h123 extern _X_EXPORT Atom XIGetKnownProperty(const char *name);
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c368 XIGetKnownProperty(const char *name) in XIGetKnownProperty() function
495 if (!val->type || val->type != XIGetKnownProperty(XATOM_FLOAT)) in XIPropToFloat()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog64002 ==5712== by 0x55AE3E: XIGetKnownProperty (xiproperty.c:401)
82870 Make XIGetKnownProperty take a const char * argument
82872 Now that MakeAtom takes const char *, so can XIGetKnownProperty.
82874 …devices.c:145:5: warning: passing argument 1 of 'XIGetKnownProperty' discards qualifiers from poin…
103005 If any part of the stack calls XIGetKnownProperty during device shutdown
112280 Properties allocated through XIGetKnownProperty() aren't reset on the second
124333 xnest: include exevents.h for XIGetKnownProperty.
124337 Pointer.c:64: warning: implicit declaration of function ‘XIGetKnownProperty
124338 Pointer.c:64: warning: nested extern declaration of ‘XIGetKnownProperty