Home
last modified time | relevance | path

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

/system/ulib/hid/include/hid/
A Ddescriptor.h48 #define _HID_GLOBAL_VAL16(bTag, v) (((bTag) << 4) | 0x6), _HID_LOW8(v), _HID_SECOND8(v) macro
75 #define HID_USAGE_PAGE16(v) _HID_GLOBAL_VAL16(0x0, v)
77 #define HID_LOGICAL_MIN16(v) _HID_GLOBAL_VAL16(0x1, v)
80 #define HID_LOGICAL_MAX16(v) _HID_GLOBAL_VAL16(0x2, v)
83 #define HID_PHYSICAL_MIN16(v) _HID_GLOBAL_VAL16(0x3, v)
86 #define HID_PHYSICAL_MAX16(v) _HID_GLOBAL_VAL16(0x4, v)
129 #define HID_SENSOR_UNITS16(v) _HID_GLOBAL_VAL16(0x6, v)

Completed in 6 milliseconds