Home
last modified time | relevance | path

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

/system/ulib/hid/include/hid/
A Ddescriptor.h52 #define _HID_LOCAL_VAL(bTag, v) (((bTag) << 4) | 0x9), _HID_LOW8(v) macro
96 #define HID_USAGE(v) _HID_LOCAL_VAL(0x0, v)
98 #define HID_USAGE_MIN(v) _HID_LOCAL_VAL(0x1, v)
99 #define HID_USAGE_MAX(v) _HID_LOCAL_VAL(0x2, v)

Completed in 4 milliseconds