Lines Matching full:g_attention
38 static struct light_state_t *g_attention;
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;
534 g_attention->flashOnMS = state->flashOnMS;
535 g_attention->color = colorRGB;
536 g_attention->flashOffMS = 0;