/device/samsung/manta/liblights/ |
lights.c | 47 const char *const LED_DIR = "/sys/class/leds/as3668"; 133 /* For LEDs */ 134 static void set_led_colors(unsigned int color, struct as3668_led_info *leds) 153 leds->color = (color << 8) | white; 218 static int write_leds(struct as3668_led_info *leds) 225 err = led_sysfs_write(buf, LED_SLOPE_UP_FILE, "%u", leds->slope_up); 228 err = led_sysfs_write(buf, LED_SLOPE_DOWN_FILE, "%u", leds->slope_down); 232 switch(leds->state) { 241 err = led_sysfs_write(buf, LED_DELAY_ON_FILE, "%u", leds->delay_on); 244 err = led_sysfs_write(buf, LED_DELAY_OFF_FILE, "%u", leds->delay_off) 267 struct as3668_led_info leds; local [all...] |
/device/moto/shamu/liblight/ |
lights.shamu.so | |
/device/lge/hammerhead/liblight/ |
lights.c | 40 char const *const LCD_FILE = "/sys/class/leds/lcd-backlight/brightness"; 41 char const *const RED_LED_FILE = "/sys/class/leds/red/brightness"; 42 char const *const GREEN_LED_FILE = "/sys/class/leds/green/brightness"; 43 char const *const BLUE_LED_FILE = "/sys/class/leds/blue/brightness"; 44 char const *const RED_TIMEOUT_FILE = "/sys/class/leds/red/on_off_ms"; 45 char const *const GREEN_TIMEOUT_FILE = "/sys/class/leds/green/on_off_ms"; 46 char const *const BLUE_TIMEOUT_FILE = "/sys/class/leds/blue/on_off_ms"; 47 char const *const RGB_LOCKED_FILE = "/sys/class/leds/red/rgb_start";
|
/hardware/qcom/display/msm8084/liblight/ |
lights.c | 44 = "/sys/class/leds/red/brightness"; 47 = "/sys/class/leds/green/brightness"; 50 = "/sys/class/leds/blue/brightness"; 53 = "/sys/class/leds/lcd-backlight/brightness"; 56 = "/sys/class/leds/button-backlight/brightness"; 59 = "/sys/class/leds/red/blink"; 62 = "/sys/class/leds/green/blink"; 65 = "/sys/class/leds/blue/blink";
|
/hardware/qcom/display/msm8226/liblight/ |
lights.c | 44 = "/sys/class/leds/red/brightness"; 47 = "/sys/class/leds/green/brightness"; 50 = "/sys/class/leds/blue/brightness"; 53 = "/sys/class/leds/lcd-backlight/brightness"; 56 = "/sys/class/leds/button-backlight/brightness"; 59 = "/sys/class/leds/red/blink"; 62 = "/sys/class/leds/green/blink"; 65 = "/sys/class/leds/blue/blink";
|
/hardware/qcom/display/msm8960/liblight/ |
lights.c | 45 = "/sys/class/leds/red/brightness"; 48 = "/sys/class/leds/green/brightness"; 51 = "/sys/class/leds/blue/brightness"; 54 = "/sys/class/leds/white/brightness"; 57 = "/sys/class/leds/lcd-backlight/brightness"; 60 = "/sys/class/leds/%s/device/grpfreq"; 63 = "/sys/class/leds/%s/device/grppwm"; 66 = "/sys/class/leds/%s/device/blink"; 69 = "/sys/class/leds/%s/device/lock"; 192 // Prefer RGB LEDs, fallback to white LE [all...] |
/hardware/qcom/display/msm8974/liblight/ |
lights.c | 45 = "/sys/class/leds/red/brightness"; 48 = "/sys/class/leds/green/brightness"; 51 = "/sys/class/leds/blue/brightness"; 54 = "/sys/class/leds/white/brightness"; 57 = "/sys/class/leds/lcd-backlight/brightness"; 60 = "/sys/class/leds/%s/device/grpfreq"; 63 = "/sys/class/leds/%s/device/grppwm"; 66 = "/sys/class/leds/%s/device/blink"; 69 = "/sys/class/leds/%s/device/lock"; 192 // Prefer RGB LEDs, fallback to white LE [all...] |
/device/samsung/manta/ |
ueventd.manta.rc | 56 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 color 0660 system system 57 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 brightness 0660 system system 58 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 delay_on 0660 system system 59 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 delay_off 0660 system system 60 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 trigger 0660 system system 61 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 slope_up 0660 system system 62 /sys/devices/platform/s3c2440-i2c.1/i2c-1/1-0042/leds/as3668 slope_down 0660 system system
|
/external/chromium_org/content/browser/gamepad/ |
xbox_data_fetcher_mac.h | 40 // Simply turn on the specified LED and turn all other LEDs off. 51 // Flash alternating LEDs for a few seconds, then flash all LEDs about once 57 // Flash all LEDs once then go black. 122 // The pattern that the LEDs on the device are currently displaying, or
|
/external/chromium_org/chromeos/ime/ |
ime_keyboard.h | 61 // Updates keyboard LEDs on all keyboards. 68 // This function changes LEDs on all keyboards by explicitly updating the
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
ToastTest.java | 87 String text = "freq=" + readFile("/sys/class/leds/red/device/grpfreq") 88 + "\npwm=" + readFile("/sys/class/leds/red/device/grppwm");
|
/external/iptables/extensions/ |
libxt_LED.man | 30 echo netfilter\-ssh >/sys/class/leds/\fIledname\fP/trigger
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
BluetoothScanner.java | 50 public LedConfiguration leds; field in class:BluetoothScanner.Device 63 str.append("\" leds="); 64 str.append(leds); 73 this.leds == null ? "" : this.leds.getNameString()); 80 this.leds = null; 84 this.leds = BluetoothNameUtils.getColorConfiguration(str);
|
/system/core/rootdir/ |
init.rc | 397 chown system system /sys/class/leds/keyboard-backlight/brightness 398 chown system system /sys/class/leds/lcd-backlight/brightness 399 chown system system /sys/class/leds/button-backlight/brightness 400 chown system system /sys/class/leds/jogball-backlight/brightness 401 chown system system /sys/class/leds/red/brightness 402 chown system system /sys/class/leds/green/brightness 403 chown system system /sys/class/leds/blue/brightness 404 chown system system /sys/class/leds/red/device/grpfreq 405 chown system system /sys/class/leds/red/device/grppwm 406 chown system system /sys/class/leds/red/device/blin [all...] |
/device/lge/hammerhead/ |
init.hammerhead.rc | 131 # leds 132 chown system system /sys/class/leds/red/on_off_ms 133 chown system system /sys/class/leds/green/on_off_ms 134 chown system system /sys/class/leds/blue/on_off_ms 135 chown system system /sys/class/leds/red/rgb_start 136 chmod 664 /sys/class/leds/lcd-backlight/brightness
|
/frameworks/native/include/input/ |
InputEventLabels.h | 355 static const InputEventLabel LEDS[] = { 372 // NOTE: If you add new LEDs here, you must also add them to Input.h 427 return int32_t(lookupValueByLabel(label, LEDS));
|
Input.h | 71 * Constants for LEDs. Hidden from the API since we don't actually expose a way to interact 72 * with LEDs to developers 74 * NOTE: If you add LEDs here, you must also add them to InputEventLabels.h 94 /* Maximum number of controller LEDs we support */
|
/system/core/toolbox/ |
sendevent.c | 30 #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */
|
/device/asus/deb/ |
init.deb.rc | 205 chown system system /sys/class/leds/white/device/lock 206 chown system system /sys/class/leds/white/brightness 207 chown system system /sys/class/leds/white/device/grpfreq 208 chown system system /sys/class/leds/white/device/grppwm 209 chown system system /sys/class/leds/white/device/blink
|
/device/asus/flo/ |
init.flo.rc | 211 chown system system /sys/class/leds/white/device/lock 212 chown system system /sys/class/leds/white/brightness 213 chown system system /sys/class/leds/white/device/grpfreq 214 chown system system /sys/class/leds/white/device/grppwm 215 chown system system /sys/class/leds/white/device/blink
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
fpga.h | 40 u16 leds; member in struct:h2p2_dbg_fpga
|
/device/htc/flounder/lights/ |
lights.c | 34 char const* const MODE_RGB_FILE = "/sys/class/leds/indicator/ModeRGB";
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/ |
fpga.h | 40 u16 leds; member in struct:h2p2_dbg_fpga
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/ |
fpga.h | 40 u16 leds; member in struct:h2p2_dbg_fpga
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/ |
fpga.h | 40 u16 leds; member in struct:h2p2_dbg_fpga
|