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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_ioctl_test.cc 63 EXPECT_EQ(EVIOCGABS(0), ioctl_request_fixup(EVIOCGABS(0)));
64 EXPECT_EQ(EVIOCGABS(0), ioctl_request_fixup(EVIOCGABS(5)));
65 EXPECT_EQ(EVIOCGABS(0), ioctl_request_fixup(EVIOCGABS(63)));
66 EXPECT_NE(EVIOCGABS(0), ioctl_request_fixup(EVIOCGABS(64)));
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 70 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
73 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo)) {
76 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Z), &absinfo)) {
KionixSensor.cpp 65 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
68 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo)) {
71 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Z), &absinfo)) {
  /external/libvncserver/examples/android/jni/
fbvncserver.c 152 if(ioctl(touchfd, EVIOCGABS(ABS_X), &info)) {
158 if(ioctl(touchfd, EVIOCGABS(ABS_Y), &info)) {
  /bionic/libc/kernel/uapi/linux/
input.h 78 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo)
  /external/kernel-headers/original/uapi/linux/
input.h 51 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
160 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
  /external/strace/tests/
ioctl_evdev.c 117 TEST_NULL_ARG(EVIOCGABS(ABS_X));
  /external/strace/tests-m32/
ioctl_evdev.c 117 TEST_NULL_ARG(EVIOCGABS(ABS_X));
  /external/strace/tests-mx32/
ioctl_evdev.c 117 TEST_NULL_ARG(EVIOCGABS(ABS_X));
  /external/strace/
evdev.c 466 if ((_IOC_NR(code) & ~ABS_MAX) == _IOC_NR(EVIOCGABS(0)))
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 242 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGABS(axis), &info))) {
349 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGABS(axis), &info))) {
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 432 ioctl(fd, EVIOCGABS(j), abs);
  /system/core/toolbox/
getevent.c 195 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) {
  /frameworks/native/services/inputflinger/
EventHub.cpp 308 if(ioctl(device->fd, EVIOCGABS(axis), &info)) {
417 if(ioctl(device->fd, EVIOCGABS(axis), &info)) {
    [all...]
  /external/autotest/client/bin/input/
input_device.py 253 fcntl.ioctl(self.f, EVIOCGABS(axis), a, 1)
linux_input.py 40 # struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
128 def EVIOCGABS(axis):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 46 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
118 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 538 unsigned IOCTL_EVIOCGABS = EVIOCGABS(0);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 1553 milliseconds