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

  /device/moto/stingray/liblights/
lights.c 44 static struct light_state_t *g_attention; variable in typeref:struct:light_state_t
96 g_attention = malloc(sizeof(struct light_state_t));
97 memset(g_attention, 0, sizeof(*g_attention));
154 if (g_attention->flashMode == LIGHT_FLASH_HARDWARE)
155 attn_mode = g_attention->flashOnMS;
163 new_state = g_attention;
170 new_state = g_attention;
212 g_attention->flashMode = state->flashMode;
213 g_attention->flashOnMS = state->flashOnMS
    [all...]
  /hardware/msm7k/liblights/
lights.c 45 static int g_attention = 0; variable
132 int mode = g_attention;
137 ALOGV("%s g_backlight = %d, mode = %d, g_attention = %d\n",
138 __func__, g_backlight, mode, g_attention);
332 g_attention = state->flashOnMS;
334 g_attention = 0;

Completed in 114 milliseconds