HomeSort by relevance Sort by last modified time
    Searched refs:light_device_t (Results 1 - 7 of 7) 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) );
  /hardware/msm7k/liblights/
lights.c 130 handle_trackball_light_locked(struct light_device_t* dev)
158 set_light_backlight(struct light_device_t* dev,
174 set_light_keyboard(struct light_device_t* dev,
186 set_light_buttons(struct light_device_t* dev,
199 set_speaker_light_locked(struct light_device_t* dev,
285 handle_speaker_battery_locked(struct light_device_t* dev)
295 set_light_battery(struct light_device_t* dev,
309 set_light_notifications(struct light_device_t* dev,
325 set_light_attention(struct light_device_t* dev,
346 close_lights(struct light_device_t *dev
    [all...]
  /device/samsung/tuna/liblight/
lights.c 83 static int set_light_backlight(struct light_device_t *dev,
96 static int close_lights(struct light_device_t *dev)
167 static int set_light_leds_notifications(struct light_device_t *dev,
173 static int set_light_leds_attention(struct light_device_t *dev,
182 int (*set_light)(struct light_device_t *dev,
196 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /hardware/qcom/display/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 228 milliseconds