OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flashOnMS
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
lights.h
62
* and then
flashOnMS
should be set to the number of milliseconds to turn
111
int
flashOnMS
;
/device/samsung/tuna/liblight/
lights.c
152
// scale slope times based on
flashOnMS
153
led.time_slope_up_1 = (SLOPE_UP_1 * state->
flashOnMS
) / 1000;
154
led.time_slope_up_2 = (SLOPE_UP_2 * state->
flashOnMS
) / 1000;
155
led.time_slope_down_1 = (SLOPE_DOWN_1 * state->
flashOnMS
) / 1000;
156
led.time_slope_down_2 = (SLOPE_DOWN_2 * state->
flashOnMS
) / 1000;
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
119
state.
flashOnMS
= onMS;
/hardware/msm7k/liblights/
lights.c
210
onMS = state->
flashOnMS
;
332
g_attention = state->
flashOnMS
;
/development/tools/emulator/system/lights/
lights_qemu.c
77
state->
flashOnMS
,
Completed in 79 milliseconds