Home
last modified time | relevance | path

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

/external/bluetooth/bluez/input/
Dfakehid.c320 if (ioctl(fake->uinput, UI_DEV_CREATE) < 0) { in ps3remote_setup_uinput()
Ddevice.c212 if (ioctl(fd, UI_DEV_CREATE, NULL) < 0) { in uinput_create()
/external/bluetooth/bluez/common/
Duinput.h676 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) macro
/external/bluetooth/bluez/compat/
Dfakehid.c140 ioctl(fd, UI_DEV_CREATE); in uinput_create()
/external/bluetooth/bluez/audio/
Dcontrol.c591 if (ioctl(fd, UI_DEV_CREATE, NULL) < 0) { in uinput_create()