HomeSort by relevance Sort by last modified time
    Searched refs:EVIOCGID (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/uapi/linux/
input.h 61 #define EVIOCGID _IOR('E', 0x02, struct input_id)
  /external/kernel-headers/original/uapi/linux/
input.h 114 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
  /external/strace/tests/
ioctl_evdev.c 81 TEST_NULL_ARG(EVIOCGID);
  /external/strace/tests-m32/
ioctl_evdev.c 81 TEST_NULL_ARG(EVIOCGID);
  /external/strace/tests-mx32/
ioctl_evdev.c 81 TEST_NULL_ARG(EVIOCGID);
  /external/strace/
evdev.c 415 case EVIOCGID:
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 404 ioctl(fd, EVIOCGID, id);
  /system/core/toolbox/
getevent.c 336 if(ioctl(fd, EVIOCGID, &id)) {
  /external/autotest/client/bin/input/
input_device.py 223 fcntl.ioctl(self.f, EVIOCGID, gid, 1)
linux_input.py 89 EVIOCGID = IOR('E', 0x02, input_id_t) # get device ID
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 188 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGID, &inputId))) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 98 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 541 unsigned IOCTL_EVIOCGID = EVIOCGID;
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]

Completed in 469 milliseconds