OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:led
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/external/kernel-headers/original/linux/
kd.h
27
#define KDGETLED 0x4B31 /* return current
led
state */
28
#define KDSETLED 0x4B32 /* set
led
state [lights, not flags] */
29
#define LED_SCR 0x01 /* scroll lock
led
*/
30
#define LED_NUM 0x02 /* num lock
led
*/
31
#define LED_CAP 0x04 /* caps lock
led
*/
95
#define KDGKBLED 0x4B64 /* get
led
flags (not lights) */
96
#define KDSKBLED 0x4B65 /* set
led
flags (not lights) */
/hardware/libhardware/
hardware.c
35
* is "<MODULE_ID>.variant.so" so for the
led
module the Dream variants
38
*
led
.trout.so
39
*
led
.msm7k.so
40
*
led
.ARMV6.so
41
*
led
.default.so
/device/htc/passion-common/overlay/packages/apps/Settings/res/values/
bools.xml
18
<!-- Whether or not there is a notification
led
that is too intrusive to be pulsing
/packages/apps/Settings/res/values/
bools.xml
18
<!-- Whether or not there is a notification
led
that is too intrusive to be pulsing
/development/pdk/docs/porting/
lights.jd
17
<p>Android defines a user space C abstraction interface for
LED
hardware. The interface header is defined in
debugging_gdb.jd
106
If you see the red
LED
flashing it means a process is in that new
119
manner. When one of them crashes, the tombstone is processed as usual, an explicit message is printed into the log, and the red
LED
starts
/packages/apps/Phone/src/com/android/phone/
InCallMenuItemView.java
31
* Each in-call menu item has a text label, an optional "green
LED
" on/off
82
* Sets whether or not this item's "green
LED
" state indicator
93
* Turns this item's "green
LED
" state indicator on or off.
/frameworks/base/core/java/android/app/
Notification.java
167
* The color of the
led
. The hardware will do its best approximation.
175
* The number of milliseconds for the
LED
to be on while it's flashing.
184
* The number of milliseconds for the
LED
to be off while it's flashing.
205
* set if you want the
LED
on for this notification.
207
* <li>To turn the
LED
off, pass 0 in the alpha channel for colorARGB
209
* <li>To turn the
LED
on, pass 1 for ledOnMS and 0 for ledOffMS.</li>
210
* <li>To flash the
LED
, pass the number of milliseconds that it should
/external/qemu/android/utils/
debug.h
34
_VERBOSE_TAG(hw_control, "emulated power/flashlight/
led
/vibrator") \
/external/webkit/WebCore/css/
StyleSheet.h
45
// Note that href is the URL that started the redirect chain that
led
to
/hardware/msm7k/liblights/
lights.c
93
// figure out if we have the trackball
LED
or not
96
/* figure out if we have the amber
LED
or not.
236
/* all of related red
led
is replaced by amber */
252
// the
LED
appears to blink about once per second if freq is 20
/device/htc/passion-common/overlay/frameworks/base/core/res/res/values/
config.xml
91
<!-- Default color for notification
LED
is white -->
94
<!-- Default blink frequency for notification
LED
is 9 seconds. -->
/frameworks/base/core/res/res/values/
config.xml
221
<!-- Default color for notification
LED
. -->
224
<!-- Default
LED
on time for notification
LED
in milliseconds. -->
227
<!-- Default
LED
off time for notification
LED
in milliseconds. -->
/external/qemu/android/
hw-control.c
19
* -
led
(s) brightness
/external/sonivox/arm-fm-22k/host_src/
eas_debugmsgs.h
39
{ 0x1a54b6e8, 0x00000002, "eas_hostmm.c[601]:
LED
state: %d\n" },
eas_host.h
71
/* vibrate,
LED
, and backlight functions */
/external/sonivox/arm-hybrid-22k/host_src/
eas_debugmsgs.h
40
{ 0x1a54b6e8, 0x00000002, "eas_hostmm.c[601]:
LED
state: %d\n" },
eas_host.h
71
/* vibrate,
LED
, and backlight functions */
/external/sonivox/arm-wt-22k/host_src/
eas_host.h
75
/* vibrate,
LED
, and backlight functions */
/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
51
<!-- Default value for whether or not to pulse the notification
LED
when there is a
/hardware/libhardware/include/hardware/
lights.h
92
* The color of the
LED
in ARGB.
/development/pdk/docs/about/
philosophy.jd
9
Alliance,
led
by Google. Today, many companies -- both original members of the
/development/pdk/docs/
index.jd
8
corresponding open-source project
led
by Google. We created Android in
/frameworks/base/docs/html/resources/articles/
track-mem.jd
42
can see, in the second table, the stack trace that
led
to the allocation. Not
/external/qemu/hw/
usb-hid.c
602
/* 0x01: Num Lock
LED
603
* 0x02: Caps Lock
LED
604
* 0x04: Scroll Lock
LED
605
* 0x08: Compose
LED
606
* 0x10: Kana
LED
*/
Completed in 178 milliseconds
1
2
3
4
5