HomeSort by relevance Sort by last modified time
    Searched refs:light_device_t (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware/include/hardware/
lights.h 121 struct light_device_t { struct
129 int (*set_light)(struct light_device_t* dev,
  /device/generic/goldfish/lights/
lights_qemu.c 65 set_light_backlight( struct light_device_t* dev, struct light_state_t const* state )
101 set_light_buttons( struct light_device_t* dev, struct light_state_t const* state )
110 set_light_battery( struct light_device_t* dev, struct light_state_t const* state )
119 set_light_keyboard( struct light_device_t* dev, struct light_state_t const* state )
128 set_light_notifications( struct light_device_t* dev, struct light_state_t const* state )
137 set_light_attention( struct light_device_t* dev, struct light_state_t const* state )
147 close_lights( struct light_device_t *dev )
182 struct light_device_t *dev = malloc( sizeof(struct light_device_t) );
  /device/asus/grouper/liblights/
lights.c 64 static int set_light_backlight(struct light_device_t *dev,
103 static int close_lights(struct light_device_t *dev)
116 int (*set_light) (struct light_device_t *dev,
126 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /device/lge/hammerhead/liblight/
lights.c 109 static int set_light_backlight(struct light_device_t* dev,
175 static int set_light_notifications(struct light_device_t* dev,
185 static int set_light_attention(struct light_device_t* dev,
197 static int close_lights(struct light_device_t *dev)
215 int (*set_light)(struct light_device_t* dev,
229 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /hardware/qcom/display/msm8960/liblight/
lights.c 130 set_light_backlight(struct light_device_t* dev,
142 set_speaker_light_locked(struct light_device_t* dev,
230 handle_speaker_battery_locked(struct light_device_t* dev)
240 set_light_notifications(struct light_device_t* dev,
251 set_light_attention(struct light_device_t* dev,
268 close_lights(struct light_device_t *dev)
287 int (*set_light)(struct light_device_t* dev,
301 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /hardware/qcom/display/msm8974/liblight/
lights.c 130 set_light_backlight(struct light_device_t* dev,
142 set_speaker_light_locked(struct light_device_t* dev,
230 handle_speaker_battery_locked(struct light_device_t* dev)
240 set_light_notifications(struct light_device_t* dev,
251 set_light_attention(struct light_device_t* dev,
268 close_lights(struct light_device_t *dev)
287 int (*set_light)(struct light_device_t* dev,
301 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /hardware/qcom/display/msm8x26/liblight/
lights.c 130 set_light_backlight(struct light_device_t* dev,
142 set_speaker_light_locked(struct light_device_t* dev,
230 handle_speaker_battery_locked(struct light_device_t* dev)
240 set_light_notifications(struct light_device_t* dev,
251 set_light_attention(struct light_device_t* dev,
268 close_lights(struct light_device_t *dev)
287 int (*set_light)(struct light_device_t* dev,
301 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 48 light_device_t* lights[LIGHT_COUNT];
51 static light_device_t* get_device(hw_module_t* module, char const* name)
57 return (light_device_t*)device;
  /device/samsung/manta/liblights/
lights.c 112 static int set_light_backlight(struct light_device_t *dev,
317 static int set_light_leds_notifications(struct light_device_t *dev,
323 static int set_light_leds_attention(struct light_device_t *dev,
332 int (*set_light)(struct light_device_t *dev,
344 struct light_device_t *dev = malloc(sizeof(struct light_device_t));

Completed in 186 milliseconds