HomeSort by relevance Sort by last modified time
    Searched refs:flashOnMS (Results 1 - 7 of 7) 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;
  /hardware/qcom/display/liblight/
lights.c 153 onMS = state->flashOnMS;
256 g_attention = state->flashOnMS;
  /device/generic/goldfish/lights/
lights_qemu.c 77 state->flashOnMS,
  /device/samsung/manta/liblights/
lights.c 280 if (state->flashOnMS < 0 || state->flashOffMS < 0)
284 leds.delay_on = state->flashOnMS;

Completed in 8052 milliseconds