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

  /external/adhd/cras/src/server/
cras_gpio_jack.c 41 return ioctl(fd, EVIOCGSW(n_bytes), bits);
  /external/strace/tests/
ioctl_evdev.c 113 # ifdef EVIOCGSW
114 TEST_NULL_ARG(EVIOCGSW(0));
  /external/strace/tests-m32/
ioctl_evdev.c 113 # ifdef EVIOCGSW
114 TEST_NULL_ARG(EVIOCGSW(0));
  /external/strace/tests-mx32/
ioctl_evdev.c 113 # ifdef EVIOCGSW
114 TEST_NULL_ARG(EVIOCGSW(0));
  /external/strace/
evdev.c 452 # ifdef EVIOCGSW
453 case _IOC_NR(EVIOCGSW(0)):
  /bionic/libc/kernel/uapi/linux/
input.h 76 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len)
  /external/kernel-headers/original/uapi/linux/
input.h 157 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */
  /system/core/toolbox/
getevent.c 147 res2 = ioctl(fd, EVIOCGSW(bits_size), bits + bits_size);
640 res = ioctl(ufds[i].fd, EVIOCGSW(1), &sw);
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 427 ioctl(fd, EVIOCGSW(sizeof(bit[i])), bit[i]);
  /external/autotest/client/bin/input/
input_device.py 244 fcntl.ioctl(self.f, EVIOCGSW(size), buf)
linux_input.py 122 def EVIOCGSW(length):
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 335 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGSW(sizeof(swState)), swState)) >= 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 115 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 550 unsigned IOCTL_EVIOCGSW = EVIOCGSW(0);
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 400 if (ioctl(device->fd, EVIOCGSW(sizeof(swState)), swState) >= 0) {
    [all...]

Completed in 161 milliseconds