OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flashOnMS
(Results
1 - 8
of
8
) 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
;
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
119
state.
flashOnMS
= onMS;
/hardware/qcom/display/msm8960/liblight/
lights.c
153
onMS = state->
flashOnMS
;
256
g_attention = state->
flashOnMS
;
/hardware/qcom/display/msm8974/liblight/
lights.c
153
onMS = state->
flashOnMS
;
256
g_attention = state->
flashOnMS
;
/hardware/qcom/display/msm8x26/liblight/
lights.c
153
onMS = state->
flashOnMS
;
256
g_attention = state->
flashOnMS
;
/device/generic/goldfish/lights/
lights_qemu.c
77
state->
flashOnMS
,
/device/lge/hammerhead/liblight/
lights.c
132
onMS = state->
flashOnMS
;
/device/samsung/manta/liblights/
lights.c
280
if (state->
flashOnMS
< 0 || state->flashOffMS < 0)
284
leds.delay_on = state->
flashOnMS
;
Completed in 118 milliseconds