Home
last modified time | relevance | path

Searched refs:g_notification (Results 1 – 1 of 1) sorted by relevance

/device/huawei/angler/liblight/
Dlights.c46 static struct light_state_t g_notification; variable
216 if (type == LED_BATTERY && is_lit(&g_notification)) { in set_speaker_light_locked()
217 state = &g_notification; in set_speaker_light_locked()
223 if (type == LED_NOTIFICATION && !is_lit(&g_notification)) { in set_speaker_light_locked()
307 g_notification = *state; in set_light_notifications()
308 set_speaker_light_locked(dev, &g_notification, LED_NOTIFICATION); in set_light_notifications()