Searched refs:g_attention (Results 1 - 1 of 1) sorted by relevance

/device/moto/stingray/liblights/
H A Dlights.c44 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
[all...]

Completed in 2 milliseconds