HomeSort by relevance Sort by last modified time
    Searched refs:EV_ABS (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/strace/xlat/
evdev_ev.h 20 #if defined(EV_ABS) || (defined(HAVE_DECL_EV_ABS) && HAVE_DECL_EV_ABS)
21 XLAT(EV_ABS),
  /external/autotest/client/bin/input/
input_device.py 40 An AbsValuator, used for EV_ABS events stores a value as well as other
108 Absolute valuators are only for EV_ABS events. They have more fields:
131 When reporting multiple slots, the EV_ABS/MT_SLOT valuator is used
132 to indicate the 'current' slot for which subsequent EV_ABS/ABS_MT_*
134 An inactive slot has EV_ABS/ABS_MT_TRACKING_ID == -1
135 Active slots have EV_ABS/ABS_MT_TRACKING_ID >= 0
191 elif self.is_mt_b() and ev.type == EV_ABS and ev.code in ABS_MT_RANGE:
263 if ev_type == EV_ABS:
305 if c not in self.events[EV_ABS]:
326 ev_abs = self.events[EV_ABS
    [all...]
linux_input.py 157 EV_ABS = 0x03
1120 EV_ABS : 'EV_ABS',
1134 EV_ABS : ABS_CNT,
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 229 connection->sendEvent(EV_ABS, ABS_MT_SLOT, slot);
230 connection->sendEvent(EV_ABS, ABS_MT_TRACKING_ID, pointerId);
231 connection->sendEvent(EV_ABS, ABS_MT_POSITION_X, x);
232 connection->sendEvent(EV_ABS, ABS_MT_POSITION_Y, y);
242 connection->sendEvent(EV_ABS, ABS_MT_SLOT, slot);
243 connection->sendEvent(EV_ABS, ABS_MT_TRACKING_ID, -1);
266 connection->sendEvent(EV_ABS, ABS_MT_SLOT, slot);
267 connection->sendEvent(EV_ABS, ABS_MT_TRACKING_ID, -1);
  /bootable/recovery/
wear_touch.cpp 66 if (event->type == EV_ABS) {
143 int ret = ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(bits)), bits);
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 200 if (type == EV_ABS) {
KionixSensor.cpp 177 if (type == EV_ABS) {
AkmSensor.cpp 209 if (type == EV_ABS) {
  /system/core/toolbox/
getevent.c 129 case EV_ABS:
183 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS)
194 if(i == EV_ABS) {
232 case EV_ABS:
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 161 try_to_add(final_state_packet, (syn_time, EV_ABS, ABS_MT_SLOT, slot))
163 (syn_time, EV_ABS, ABS_MT_TRACKING_ID, tid))
165 (syn_time, EV_ABS, ABS_MT_POSITION_X, point.x))
167 (syn_time, EV_ABS, ABS_MT_POSITION_Y, point.y))
169 (syn_time, EV_ABS, ABS_MT_PRESSURE, pressure))
187 event[MTB.EV_TYPE] == EV_ABS and
204 event[MTB.EV_TYPE] == EV_ABS and
211 event[MTB.EV_TYPE] == EV_ABS and
218 event[MTB.EV_TYPE] == EV_ABS and
225 event[MTB.EV_TYPE] == EV_ABS an
    [all...]
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 45 [EV_REL] = "Relative", [EV_ABS] = "Absolute",
296 [EV_REL] = relatives, [EV_ABS] = absolutes,
431 if (i == EV_ABS) {
  /external/libvncserver/examples/android/jni/
fbvncserver.c 333 ev.type = EV_ABS;
343 ev.type = EV_ABS;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxJoyStickEvents.cpp 134 case EV_ABS: //Absolute Axis
EventHelpers.cpp 73 if(i == EV_ABS)
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 458 if (type == EV_ABS) {
    [all...]
  /external/strace/
evdev.c 330 case EV_ABS:
  /frameworks/base/tests/touchlag/
touchlag.cpp 149 if (event.type == EV_ABS) {
  /system/bt/btif/include/
uinput.h 39 #define EV_ABS 0x03
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 36 #define EV_ABS 0x03
  /development/ndk/platforms/android-3/include/linux/
input.h 73 #define EV_ABS 0x03
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 40 #define EV_ABS 0x03
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 87 #define EV_ABS 0x03
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
input.h 73 #define EV_ABS 0x03
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
input.h 73 #define EV_ABS 0x03
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
input.h 73 #define EV_ABS 0x03

Completed in 891 milliseconds

1 2 3 4