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

  /bootable/recovery/minui/
minui.h 42 struct input_event;
46 int ev_get(struct input_event *ev, unsigned dont_wait);
events.c 63 int ev_get(struct input_event *ev, unsigned dont_wait)
  /system/core/toolbox/
sendevent.c 13 struct input_event { struct
54 struct input_event event;
powerd.c 16 struct input_event { struct
183 struct input_event event;
184 struct input_event light_event;
185 struct input_event light_event2;
getevent.c 317 struct input_event event;
  /development/simulator/wrapsim/
DevEvent.c 143 const struct input_event* piev;
146 piev = (const struct input_event*) buf;
288 struct input_event iev;
311 struct input_event iev;
336 struct input_event iev;
371 struct input_event iev;
  /external/kernel-headers/original/linux/
uinput.h 71 struct input_event buff[UINPUT_BUFFER_SIZE];
input.h 26 struct input_event { struct
1067 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
1072 input_event(dev, EV_KEY, code, !!value);
1077 input_event(dev, EV_REL, code, value);
1082 input_event(dev, EV_ABS, code, value);
1087 input_event(dev, EV_FF, code, value);
1092 input_event(dev, EV_FF_STATUS, code, value);
1097 input_event(dev, EV_SW, code, !!value);
1107 input_event(dev, EV_SYN, SYN_REPORT, 0);
  /device/htc/passion-common/libsensors/
sensors.c 592 struct input_event event[1];
707 struct input_event *event)
779 struct input_event *event)
797 struct input_event *event)
823 struct input_event *event,
870 struct input_event event;
    [all...]
  /system/core/debuggerd/
getevent.c 191 int get_event(struct input_event* event, int timeout)
debuggerd.c 619 extern int get_event(struct input_event* event, int timeout);
647 struct input_event e;
  /device/htc/dream-sapphire/libsensors/
sensors.c 355 struct input_event event[1];
438 struct input_event event;
  /bootable/recovery/
ui.c 248 struct input_event ev;
  /bionic/libc/kernel/common/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
input.h 20 struct input_event { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
input.h 20 struct input_event { struct
  /frameworks/base/libs/ui/
EventHub.cpp 318 struct input_event iev;

Completed in 501 milliseconds