OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:light_device_t
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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/htc/passion-common/liblights/
lights.c
318
set_light_backlight(struct
light_device_t
* dev,
333
set_light_keyboard(struct
light_device_t
* dev,
341
set_light_buttons(struct
light_device_t
* dev,
354
set_speaker_light_locked(struct
light_device_t
* dev,
432
set_light_battery(struct
light_device_t
* dev,
444
set_light_notifications(struct
light_device_t
* dev,
507
set_light_attention(struct
light_device_t
* dev,
546
close_lights(struct
light_device_t
*dev)
573
int (*set_light)(struct
light_device_t
* dev,
600
struct
light_device_t
*dev = malloc(sizeof(struct light_device_t))
[
all
...]
/hardware/libhardware/include/hardware/
lights.h
121
struct
light_device_t
{
struct
129
int (*set_light)(struct
light_device_t
* dev,
Completed in 659 milliseconds