HomeSort by relevance Sort by last modified time
    Searched full:input_event (Results 1 - 25 of 25) 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/
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);
uinput.h 71 struct input_event buff[UINPUT_BUFFER_SIZE];
  /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;
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 29 <p>Android's input event device is structured around an interrupt or polling routine that captures the device-specific scancode and converts it to a standard form acceptable to Linux (as defined in <code>input.h</code>) before passing it to the kernel with <code>input_event()</code>.</p>
409 input_event(edev->input, type, code, value);
  /bionic/libc/kernel/common/linux/
input.h 20 struct input_event { struct
  /bootable/recovery/
ui.c 248 struct input_event ev;
  /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;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 1060 struct input_event events[32];
  /prebuilt/android-arm/kernel/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 1184 milliseconds