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

  /device/asus/grouper/liblights/
lights.c 103 static int close_lights(struct light_device_t *dev) function
132 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
  /device/samsung/crespo/liblight/
lights.c 79 static int close_lights(struct light_device_t *dev) function
109 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
  /development/tools/emulator/system/lights/
lights_qemu.c 147 close_lights( struct light_device_t *dev ) function
191 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
  /device/samsung/tuna/liblight/
lights.c 96 static int close_lights(struct light_device_t *dev) function
202 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
  /device/moto/stingray/liblights/
lights.c 223 static int close_lights(struct light_device_t *dev) function
262 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
  /hardware/msm7k/liblights/
lights.c 346 close_lights(struct light_device_t *dev) function
398 dev->common.close = (int (*)(struct hw_device_t*))close_lights;

Completed in 101 milliseconds