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

  /device/htc/passion-common/liblights/
lights.c 38 static struct light_state_t *g_attention; variable in typeref:struct:light_state_t
154 g_attention = malloc(sizeof(struct light_state_t));
155 memset(g_attention, 0, sizeof(*g_attention));
274 if (g_attention->flashMode == LIGHT_FLASH_HARDWARE)
275 attn_mode = g_attention->flashOnMS;
278 __func__, type, g_attention, g_notify);
286 new_state = g_attention;
293 new_state = g_attention;
533 g_attention->flashMode = state->flashMode
    [all...]
  /hardware/msm7k/liblights/
lights.c 45 static int g_attention = 0; variable
132 int mode = g_attention;
137 LOGV("%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 69 milliseconds