Home
last modified time | relevance | path

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

/hardware/msm7k/liblights/
Dlights.c365 int (*set_light)(struct light_device_t* dev, in open_lights() local
369 set_light = set_light_backlight; in open_lights()
372 set_light = set_light_keyboard; in open_lights()
375 set_light = set_light_buttons; in open_lights()
378 set_light = set_light_battery; in open_lights()
381 set_light = set_light_notifications; in open_lights()
384 set_light = set_light_attention; in open_lights()
399 dev->set_light = set_light; in open_lights()
/hardware/qcom/display/liblight/
Dlights.c255 int (*set_light)(struct light_device_t* dev, in open_lights() local
259 set_light = set_light_backlight; in open_lights()
261 set_light = set_light_notifications; in open_lights()
263 set_light = set_light_attention; in open_lights()
276 dev->set_light = set_light; in open_lights()
/hardware/libhardware/include/hardware/
Dlights.h129 int (*set_light)(struct light_device_t* dev, member