Searched refs:UINPUT_IOCTL_BASE (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/include/ |
D | uinput.h | 536 #define UINPUT_IOCTL_BASE 'U' macro 538 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) 539 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) 541 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 542 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 543 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 544 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 545 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 546 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 547 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) [all …]
|