/external/bluetooth/bluez/input/ |
fakehid.c | 48 #include "uinput.h" 250 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) { 251 error("Error writing to uinput device"); 259 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) { 260 error("Error writing to uinput device"); 267 ioctl(fake->uinput, UI_DEV_DESTROY); 268 close(fake->uinput); 269 fake->uinput = -1; 281 fake->uinput = open("/dev/input/uinput", O_RDWR) [all...] |
device.h | 36 int uinput; /* uinput socket */ member in struct:fake_input
|
device.c | 47 #include "uinput.h" 162 fd = open("/dev/uinput", O_RDWR); 164 fd = open("/dev/input/uinput", O_RDWR); 166 fd = open("/dev/misc/uinput", O_RDWR); 205 error("Can't create uinput device: %s (%d)", 304 send_key(fake->uinput, key); 309 ioctl(fake->uinput, UI_DEV_DESTROY); 310 close(fake->uinput); 311 fake->uinput = -1; 335 fake->uinput = uinput_create(idev->name) [all...] |
/external/bluetooth/bluez/audio/ |
control.c | 50 #include "uinput.h" 174 int uinput; member in struct:control 189 uint16_t uinput; member in struct:__anon1917 392 send_key(control->uinput, key_map[i].uinput, 1); 393 send_key(control->uinput, key_map[i].uinput, 0); 397 send_key(control->uinput, key_map[i].uinput, pressed); 428 if (control->uinput >= 0) [all...] |
/external/kernel-headers/original/linux/ |
uinput.h | 41 #define UINPUT_NAME "uinput" 117 * The uinput driver will generate a fake input event when one of 155 * This is the new event type, used only by uinput.
|
/system/core/rootdir/ |
ueventd.rc | 27 /dev/uinput 0660 system bluetooth
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
uinput.h | 77 * The uinput driver will generate a fake input event when one of 115 * This is the new event type, used only by uinput.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
uinput.h | 77 * The uinput driver will generate a fake input event when one of 115 * This is the new event type, used only by uinput.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
uinput.h | 77 * The uinput driver will generate a fake input event when one of 115 * This is the new event type, used only by uinput.
|
/external/bluetooth/bluez/compat/ |
fakehid.c | 44 #include "uinput.h" 83 fd = open("/dev/uinput", O_RDWR); 85 fd = open("/dev/input/uinput", O_RDWR); 87 fd = open("/dev/misc/uinput", O_RDWR);
|
/external/strace/linux/ |
ioctlent.h | 558 {"linux/uinput.h", "UI_DEV_CREATE", 0x5501}, 559 {"linux/uinput.h", "UI_DEV_DESTROY", 0x5502}, 579 {"linux/uinput.h", "UI_SET_EVBIT", 0x5564}, 580 {"linux/uinput.h", "UI_SET_KEYBIT", 0x5565}, 581 {"linux/uinput.h", "UI_SET_RELBIT", 0x5566}, 582 {"linux/uinput.h", "UI_SET_ABSBIT", 0x5567}, 583 {"linux/uinput.h", "UI_SET_MSCBIT", 0x5568}, 584 {"linux/uinput.h", "UI_SET_LEDBIT", 0x5569}, 585 {"linux/uinput.h", "UI_SET_SNDBIT", 0x556a}, 586 {"linux/uinput.h", "UI_SET_FFBIT", 0x556b} [all...] |
/external/icu4c/test/intltest/ |
itspoof.cpp | 216 UnicodeString uInput = UnicodeString(input).unescape(); 221 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status);
|
/device/samsung/crespo/libsensors/ |
AkmSensor.cpp | 58 * creates a uinput device.
|
/external/bluetooth/bluez/ |
Makefile.tools | 217 compat_hidd_SOURCES = compat/hidd.c compat/hidd.h src/uinput.h \
|
Makefile.am | 244 src/oui.h src/oui.c src/uinput.h src/ppoll.h \
|
ChangeLog | [all...] |
/external/sepolicy/ |
file_contexts | 72 /dev/uinput u:object_r:input_device:s0
|