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

  /device/huawei/angler/liblight/
lights.c 46 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
216 if (type == LED_BATTERY && is_lit(&g_notification)) {
217 state = &g_notification;
223 if (type == LED_NOTIFICATION && !is_lit(&g_notification)) {
307 g_notification = *state;
308 set_speaker_light_locked(dev, &g_notification, LED_NOTIFICATION);
  /hardware/qcom/display/msm8084/liblight/
lights.c 39 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
192 set_speaker_light_locked(dev, &g_notification);
201 g_notification = *state;
  /hardware/qcom/display/msm8226/liblight/
lights.c 39 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
198 set_speaker_light_locked(dev, &g_notification);
218 g_notification = *state;
  /hardware/qcom/display/msm8994/liblight/
lights.c 40 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
199 set_speaker_light_locked(dev, &g_notification);
219 g_notification = *state;
  /hardware/qcom/display/msm8996/liblight/
lights.c 40 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
208 set_speaker_light_locked(dev, &g_notification);
228 g_notification = *state;
  /hardware/qcom/display/msm8909/liblight/
lights.c 40 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
211 set_speaker_light_locked(dev, &g_notification);
231 g_notification = *state;
  /hardware/qcom/display/msm8960/liblight/
lights.c 41 static struct light_state_t g_notification; variable in typeref:struct:light_state_t
235 set_speaker_light_locked(dev, &g_notification);
244 g_notification = *state;

Completed in 405 milliseconds