Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h119 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ macro
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DEventHelpers.cpp260 if (ioctl(deviceID, EVIOCGUNIQ(OIS_DEVICE_UNIQUE_ID), uId) == -1) in getUniqueId()
/external/strace/
Devdev.c397 case _IOC_NR(EVIOCGUNIQ(0)): in evdev_read_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py104 def EVIOCGUNIQ(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc546 unsigned IOCTL_EVIOCGUNIQ = EVIOCGUNIQ(0);
Dsanitizer_common_interceptors_ioctl.inc152 _(EVIOCGUNIQ, WRITE, 0);