Home
last modified time | relevance | path

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

/external/bluetooth/bluez/input/
Ddevice.c207 ioctl(fd, UI_SET_KEYBIT, KEY_UP); in uinput_create()
208 ioctl(fd, UI_SET_KEYBIT, KEY_PAGEUP); in uinput_create()
209 ioctl(fd, UI_SET_KEYBIT, KEY_DOWN); in uinput_create()
210 ioctl(fd, UI_SET_KEYBIT, KEY_PAGEDOWN); in uinput_create()
Dfakehid.c312 if (ioctl(fake->uinput, UI_SET_KEYBIT, in ps3remote_setup_uinput()
/external/bluetooth/bluez/compat/
Dfakehid.c127 ioctl(fd, UI_SET_KEYBIT, aux); in uinput_create()
137 ioctl(fd, UI_SET_KEYBIT, aux); in uinput_create()
/external/bluetooth/bluez/common/
Duinput.h680 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) macro
/external/bluetooth/bluez/audio/
Dcontrol.c589 ioctl(fd, UI_SET_KEYBIT, key_map[i].uinput); in uinput_create()
/external/bluetooth/bluez/
DChangeLog63 Fix also UI_SET_KEYBIT for the new pause and play key codes.