HomeSort by relevance Sort by last modified time
    Searched refs:flashOnMS (Results 1 - 12 of 12) sorted by null

  /hardware/libhardware/include/hardware/
lights.h 84 * and then flashOnMS should be set to the number of milliseconds to turn
166 int flashOnMS;
  /hardware/bsp/intel/peripheral/light/mraa/
lights.c 195 period = flash_state->flashOnMS * ONE_MS_IN_NS;
233 if ((state->flashOffMS < 0) || (state->flashOnMS < 0)) {
237 if ((state->flashOffMS == 0) && (state->flashOnMS) == 0) {
246 ns = state->flashOnMS * ONE_MS_IN_NS;
247 if (ns / ONE_MS_IN_NS != state->flashOnMS) {
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 133 state.flashOnMS = onMS;
  /hardware/qcom/display/msm8084/liblight/
lights.c 143 onMS = state->flashOnMS;
213 g_attention = state->flashOnMS;
  /hardware/qcom/display/msm8226/liblight/
lights.c 143 onMS = state->flashOnMS;
230 g_attention = state->flashOnMS;
  /hardware/qcom/display/msm8909/liblight/
lights.c 147 onMS = state->flashOnMS;
243 g_attention = state->flashOnMS;
  /hardware/qcom/display/msm8960/liblight/
lights.c 153 onMS = state->flashOnMS;
256 g_attention = state->flashOnMS;
  /hardware/qcom/display/msm8994/liblight/
lights.c 144 onMS = state->flashOnMS;
231 g_attention = state->flashOnMS;
  /hardware/qcom/display/msm8996/liblight/
lights.c 144 onMS = state->flashOnMS;
240 g_attention = state->flashOnMS;
  /device/generic/goldfish/lights/
lights_qemu.c 77 state->flashOnMS,
  /device/lge/bullhead/liblight/
lights.c 132 onMS = state->flashOnMS;
  /device/huawei/angler/liblight/
lights.c 232 onMS = state->flashOnMS;

Completed in 329 milliseconds