HomeSort by relevance Sort by last modified time
    Searched defs:LIRC_MODE2SEND (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
lirc.h 47 #define LIRC_MODE2SEND(x) (x)
57 #define LIRC_CAN_SEND_RAW LIRC_MODE2SEND(LIRC_MODE_RAW)
59 #define LIRC_CAN_SEND_PULSE LIRC_MODE2SEND(LIRC_MODE_PULSE)
60 #define LIRC_CAN_SEND_MODE2 LIRC_MODE2SEND(LIRC_MODE_MODE2)
61 #define LIRC_CAN_SEND_LIRCCODE LIRC_MODE2SEND(LIRC_MODE_LIRCCODE)
  /external/kernel-headers/original/uapi/linux/
lirc.h 41 #define LIRC_MODE2SEND(x) (x)
52 #define LIRC_CAN_SEND_RAW LIRC_MODE2SEND(LIRC_MODE_RAW)
53 #define LIRC_CAN_SEND_PULSE LIRC_MODE2SEND(LIRC_MODE_PULSE)
54 #define LIRC_CAN_SEND_MODE2 LIRC_MODE2SEND(LIRC_MODE_MODE2)
55 #define LIRC_CAN_SEND_LIRCCODE LIRC_MODE2SEND(LIRC_MODE_LIRCCODE)

Completed in 123 milliseconds