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

  /external/iptables/extensions/
libxt_LED.c 2 * libxt_LED.c - shared library add-on to iptables to add customized LED
26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID,
30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
31 {.name = "led-always-blink", .id = O_LED_ALWAYS_BLINK,
40 "LED target options:\n"
41 "--led-trigger-id name suffix for led trigger name\n"
42 "--led-delay ms leave the LED on for this number of\n"
44 "--led-always-blink blink on arriving packets, even if\n
51 struct xt_led_info *led = cb->data; local
74 const struct xt_led_info *led = (void *)target->data; local
97 const struct xt_led_info *led = (void *)target->data; local
    [all...]
  /device/samsung/tuna/liblight/
lights.c 106 static int write_leds(struct an30259a_pr_control *led)
120 err = ioctl(fd, AN30259A_PR_SET_LED, led);
137 struct an30259a_pr_control led; local
139 memset(&led, 0, sizeof(led));
143 led.state = LED_LIGHT_OFF;
147 led.state = LED_LIGHT_SLOPE;
148 led.color = state->color & 0x00ffffff;
150 if (led.color == 0x00ffffff)
151 led.color = 0x80ff80
    [all...]
  /frameworks/base/services/input/
EventHub.h 217 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
218 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
280 virtual bool hasLed(int32_t deviceId, int32_t led) const;
281 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
EventHub.cpp 501 bool EventHub::hasLed(int32_t deviceId, int32_t led) const {
504 if (device && led >= 0 && led <= LED_MAX) {
505 if (test_bit(led, device->ledBitmask)) {
512 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) {
515 if (device && !device->isVirtual() && led >= 0 && led <= LED_MAX) {
520 ev.code = led;
    [all...]
InputReader.h     [all...]
InputReader.cpp 2224 getEventHub()->setLedState(getDeviceId(), led, desiredState); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 131 line state ^ for RE's in the set of valid characters; this led to a
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 420 void addLed(int32_t deviceId, int32_t led, bool initialState) {
422 device->leds.add(led, initialState);
425 bool getLedState(int32_t deviceId, int32_t led) {
427 return device->leds.valueFor(led);
640 virtual bool hasLed(int32_t deviceId, int32_t led) const {
642 return device && device->leds.indexOfKey(led) >= 0;
645 virtual void setLedState(int32_t deviceId, int32_t led, bool on) {
648 ssize_t index = device->leds.indexOfKey(led);
650 device->leds.replaceValueAt(led, on);
653 << "Attempted to set the state of an LED that the EventHub declared
    [all...]
  /external/kernel-headers/original/linux/
input.h 1298 unsigned long led[BITS_TO_LONGS(LED_CNT)]; member in struct:input_dev
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 481 int led; member in struct:__anon23259
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 481 int led; member in struct:__anon24849
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 481 int led; member in struct:__anon26361
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 752 milliseconds