/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...] |
/frameworks/base/services/input/ |
EventHub.h | 234 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0; 235 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0; 299 virtual bool hasLed(int32_t deviceId, int32_t led) const; 300 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
|
EventHub.cpp | 509 bool EventHub::hasLed(int32_t deviceId, int32_t led) const { 512 if (device && led >= 0 && led <= LED_MAX) { 513 if (test_bit(led, device->ledBitmask)) { 520 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) { 523 if (device && !device->isVirtual() && led >= 0 && led <= LED_MAX) { 528 ev.code = led; [all...] |
InputReader.h | [all...] |
InputReader.cpp | 2226 getEventHub()->setLedState(getDeviceId(), led, desiredState); local [all...] |
/frameworks/av/services/camera/libcameraservice/api_pro/ |
ProCamera2Client.cpp | 403 * - android.led.transmit = defaulted ON 408 uint8_t led = entry.data.u8[i]; local 410 switch(led) { 429 * - android.led.transmit = android.permission.CAMERA_DISABLE_TRANSMIT 438 "can't disable transmit LED pid=%d, uid=%d", pid, uid);
|
/frameworks/av/services/camera/libcameraservice/api2/ |
CameraDeviceClient.cpp | 577 * - android.led.transmit = defaulted ON 582 uint8_t led = entry.data.u8[i]; local 584 switch(led) { 603 * - android.led.transmit = android.permission.CAMERA_DISABLE_TRANSMIT 612 "can't disable transmit LED pid=%d, uid=%d", pid, uid);
|
/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); 644 virtual bool hasLed(int32_t deviceId, int32_t led) const { 646 return device && device->leds.indexOfKey(led) >= 0; 649 virtual void setLedState(int32_t deviceId, int32_t led, bool on) { 652 ssize_t index = device->leds.indexOfKey(led); 654 device->leds.replaceValueAt(led, on); 657 << "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...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | 1803 uint8_t led = entry.data.u8[i]; local [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:__anon39357 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 481 int led; member in struct:__anon40947 [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:__anon42462 [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |