HomeSort by relevance Sort by last modified time
    Searched refs:input_event (Results 26 - 50 of 73) sorted by null

12 3

  /system/core/toolbox/
sendevent.c 13 struct input_event { struct
54 struct input_event event;
  /device/moto/stingray/sensors/
LightSensor.cpp 89 input_event const* event;
AccelerationSensor.cpp 138 input_event const* event;
GyroSensor.cpp 104 input_event const* event;
PressureSensor.cpp 107 input_event const* event;
AkmSensor.cpp 180 input_event const* event;
  /external/kernel-headers/original/linux/
uinput.h 71 struct input_event buff[UINPUT_BUFFER_SIZE];
input.h 26 struct input_event { struct
    [all...]
  /device/samsung/crespo/libsensors/
LightSensor.cpp 118 input_event const* event;
ProximitySensor.cpp 113 input_event const* event;
GyroSensor.cpp 141 input_event const* event;
AkmSensor.cpp 225 input_event const* event;
  /frameworks/base/services/input/
EventHub.cpp 516 struct input_event ev;
525 nWrite = write(device->fd, &ev, sizeof(struct input_event));
584 struct input_event ev;
606 struct input_event ev;
644 struct input_event readBuffer[bufferSize];
750 sizeof(struct input_event) * capacity);
762 } else if ((readSize % sizeof(struct input_event)) != 0) {
767 size_t count = size_t(readSize) / sizeof(struct input_event);
769 const struct input_event& iev = readBuffer[i];
    [all...]
  /bootable/recovery/minui/
events.c 135 int ev_get_input(int fd, short revents, struct input_event *ev)
  /bootable/recovery/
ui.cpp 62 struct input_event ev;
  /system/core/debuggerd/
getevent.c 191 int get_event(struct input_event* event, int timeout)
debuggerd.c 128 struct input_event e;
  /frameworks/base/tests/touchlag/
touchlag.cpp 145 input_event event;
  /system/core/charger/
charger.c 790 struct input_event *ev)
869 struct input_event ev;
896 struct input_event ev;
  /development/ndk/platforms/android-3/include/linux/
input.h 20 struct input_event { struct
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h 20 struct input_event { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 21 struct input_event { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 21 struct input_event { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 21 struct input_event { struct
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h 20 struct input_event { struct

Completed in 421 milliseconds

12 3