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

  /system/core/toolbox/
powerd.c 57 #define EV_LED 0x11
196 light_event.type = EV_LED;
200 light_event2.type = EV_LED;
getevent.c 67 case EV_LED:
  /frameworks/base/core/java/android/view/
RawInputEvent.java 43 public static final int EV_LED = 0x11;
  /development/simulator/wrapsim/
DevEvent.c 148 if (piev->type == EV_LED) {
  /bionic/libc/kernel/common/linux/
input.h 76 #define EV_LED 0x11
  /external/bluetooth/bluez/common/
uinput.h 42 #define EV_LED 0x11
  /external/bluetooth/bluez/compat/
fakehid.c 123 ioctl(fd, UI_SET_EVBIT, EV_LED);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
input.h 76 #define EV_LED 0x11
  /external/kernel-headers/original/linux/
input.h 94 #define EV_LED 0x11

Completed in 1146 milliseconds