OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIGHT_ID_NOTIFICATIONS
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/include/hardware/
lights.h
43
#define
LIGHT_ID_NOTIFICATIONS
"notifications"
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
82
= get_device(module,
LIGHT_ID_NOTIFICATIONS
);
/device/generic/goldfish/lights/
lights_qemu.c
173
} else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name )) {
/device/lge/hammerhead/liblight/
lights.c
220
else if (!strcmp(
LIGHT_ID_NOTIFICATIONS
, name))
/frameworks/base/services/java/com/android/server/
LightsService.java
38
public static final int
LIGHT_ID_NOTIFICATIONS
= 4;
NotificationManagerService.java
[
all
...]
/hardware/qcom/display/msm8960/liblight/
lights.c
292
else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name))
/hardware/qcom/display/msm8974/liblight/
lights.c
292
else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name))
/hardware/qcom/display/msm8x26/liblight/
lights.c
292
else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name))
/device/samsung/manta/liblights/
lights.c
337
else if (strcmp(
LIGHT_ID_NOTIFICATIONS
, name) == 0)
Completed in 74 milliseconds