OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_lights
(Results
1 - 13
of
13
) sorted by null
/device/google/cuttlefish_common/guest/hals/lights/
lights_vsoc.c
39
static int
close_lights
(struct light_device_t* dev) {
function
55
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/device/generic/goldfish/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/google/marlin/liblight/
lights.c
311
close_lights
(struct light_device_t *dev)
function
358
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/device/google/wahoo/liblight/
lights.c
310
close_lights
(struct light_device_t *dev)
function
357
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8084/liblight/
lights.c
238
close_lights
(struct light_device_t *dev)
function
279
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8226/liblight/
lights.c
255
close_lights
(struct light_device_t *dev)
function
302
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8909/liblight/
lights.c
326
close_lights
(struct light_device_t *dev)
function
389
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8909w_3100/liblight/
lights.c
326
close_lights
(struct light_device_t *dev)
function
383
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8960/liblight/
lights.c
268
close_lights
(struct light_device_t *dev)
function
307
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8994/liblight/
lights.c
256
close_lights
(struct light_device_t *dev)
function
303
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8996/liblight/
lights.c
265
close_lights
(struct light_device_t *dev)
function
312
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/hardware/qcom/display/msm8998/liblight/
lights.c
302
close_lights
(struct light_device_t *dev)
function
349
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
/test/vts/hals/light/bullhead/
lights.c
207
static int
close_lights
(struct light_device_t *dev)
function
249
dev->common.close = (int (*)(struct hw_device_t*))
close_lights
;
Completed in 730 milliseconds