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

  /device/htc/passion-common/liblights/
lights.c 37 static struct light_state_t *g_notify; variable in typeref:struct:light_state_t
156 g_notify = malloc(sizeof(struct light_state_t));
157 memset(g_notify, 0, sizeof(*g_notify));
278 __func__, type, g_attention, g_notify);
284 new_state = g_notify;
295 new_state = g_notify;
458 g_notify->color = set_rgb(0, 0, 0);
461 g_notify->color = set_rgb(50, 127, 48);
464 g_notify->color = set_rgb(141, 0, 0)
    [all...]

Completed in 321 milliseconds