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

  /bionic/libc/kernel/uapi/linux/
uinput.h 47 struct input_absinfo absinfo;
input.h 39 struct input_absinfo { struct
78 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo)
79 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo)
  /external/kernel-headers/original/uapi/linux/
uinput.h 105 struct input_absinfo absinfo;
119 * absinfo: See "struct input_absinfo" for a description of this field.
input.h 51 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls
74 struct input_absinfo { struct
160 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
161 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 67 struct input_absinfo absinfo;
KionixSensor.cpp 62 struct input_absinfo absinfo;
  /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
64 struct input_absinfo { struct
118 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
119 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
  /external/libvncserver/examples/android/jni/
fbvncserver.c 145 struct input_absinfo info;
  /external/strace/
evdev.c 162 struct input_absinfo absinfo;
configure     [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 241 struct input_absinfo info;
348 struct input_absinfo info;
  /system/core/toolbox/
getevent.c 194 struct input_absinfo abs;
  /frameworks/native/services/inputflinger/
EventHub.cpp 307 struct input_absinfo info;
416 struct input_absinfo info;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 422 unsigned struct_input_absinfo_sz = sizeof(struct input_absinfo);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 280 milliseconds