HomeSort by relevance Sort by last modified time
    Searched refs:led (Results 1 - 17 of 17) 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
76 const struct xt_led_info *led = (void *)target->data; local
99 const struct xt_led_info *led = (void *)target->data; local
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.h 235 /* LED related functions expect Android LED constants, not scan codes or HID usages */
236 virtual bool hasLed(int32_t deviceId, int32_t led) const = 0;
237 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
301 virtual bool hasLed(int32_t deviceId, int32_t led) const;
302 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
402 status_t mapLed(Device* device, int32_t led, int32_t* outScanCode) const;
403 void setLedStateLocked(Device* device, int32_t led, bool on);
EventHub.cpp 494 bool EventHub::hasLed(int32_t deviceId, int32_t led) const {
498 if (device && mapLed(device, led, &sc) == NO_ERROR) {
506 void EventHub::setLedState(int32_t deviceId, int32_t led, bool on) {
509 setLedStateLocked(device, led, on);
512 void EventHub::setLedStateLocked(Device* device, int32_t led, bool on) {
514 if (device && !device->isVirtual() && mapLed(device, led, &sc) != NAME_NOT_FOUND) {
    [all...]
InputReader.h     [all...]
InputReader.cpp 2252 getEventHub()->setLedState(getDeviceId(), led, desiredState); local
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 25 #define DEFINE_LED(led) { #led, ALED_##led }
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 217 } else if (keywordToken == "led") {
416 ALOGE("%s: Expected led %s number, got '%s'.", mTokenizer->getLocation().string(),
421 KeyedVector<int32_t, Led>& map = mapUsage ? mMap->mLedsByUsageCode : mMap->mLedsByScanCode;
423 ALOGE("%s: Duplicate entry for led %s '%s'.", mTokenizer->getLocation().string(),
432 ALOGE("%s: Expected LED code label, got '%s'.", mTokenizer->getLocation().string(),
438 ALOGD("Parsed led %s: code=%d, ledCode=%d.",
442 Led led; local
443 led.ledCode = ledCode;
444 map.add(code, led);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 400 * - android.led.transmit = defaulted ON
405 uint8_t led = entry.data.u8[i]; local
407 switch(led) {
426 * - android.led.transmit = android.permission.CAMERA_DISABLE_TRANSMIT
435 "can't disable transmit LED pid=%d, uid=%d", pid, uid);
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 686 * - android.led.transmit = defaulted ON
691 uint8_t led = entry.data.u8[i]; local
693 switch(led) {
712 * - android.led.transmit = android.permission.CAMERA_DISABLE_TRANSMIT
721 "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/native/services/inputflinger/tests/
InputReader_test.cpp 430 void addLed(int32_t deviceId, int32_t led, bool initialState) {
432 device->leds.add(led, initialState);
435 bool getLedState(int32_t deviceId, int32_t led) {
437 return device->leds.valueFor(led);
654 virtual bool hasLed(int32_t deviceId, int32_t led) const {
656 return device && device->leds.indexOfKey(led) >= 0;
659 virtual void setLedState(int32_t deviceId, int32_t led, bool on) {
662 ssize_t index = device->leds.indexOfKey(led);
664 device->leds.replaceValueAt(led, on);
667 << "Attempted to set the state of an LED that the EventHub declared
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 651 /** Blink led
  /external/libunwind/doc/
libunwind.tex 77 uncover the entire call-chain that led to the activation of function
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 1882 uint8_t led = entry.data.u8[i]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 460 int led; member in struct:__anon24813
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 460 int led; member in struct:__anon26549
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 2012 milliseconds