Searched defs:Light (Results 1 – 6 of 6) sorted by relevance
| /frameworks/native/services/inputflinger/reader/controller/ |
| D | PeripheralController.h | 60 struct Light { struct 61 explicit Light(InputDeviceContext& context, const std::string& name, int32_t id, in Light() argument 64 virtual ~Light() {} in ~Light() argument 68 InputDeviceLightType type; argument 70 virtual bool setLightColor(int32_t color) { return false; } in setLightColor() argument 71 virtual std::optional<int32_t> getLightColor() { return std::nullopt; } in getLightColor() argument 72 virtual bool setLightPlayerId(int32_t playerId) { return false; } in setLightPlayerId() argument 73 virtual std::optional<int32_t> getLightPlayerId() { return std::nullopt; } in getLightPlayerId() argument 81 struct MonoLight : public Light { argument
|
| /frameworks/base/core/java/android/hardware/lights/ |
| D | Light.java | 33 public final class Light implements Parcelable { class 97 public Light(int id, int ordinal, int type) { in Light() method in Light 106 public Light(int id, String name, int ordinal, int type, int capabilities) { in Light() method in Light 114 private Light(@NonNull Parcel in) { in Light() method in Light
|
| D | LightsRequest.java | 42 private LightsRequest(Map<Light, LightState> requests) { in LightsRequest()
|
| /frameworks/base/libs/hwui/ |
| D | CanvasTransform.h | 36 Light, enumerator
|
| /frameworks/base/libs/hwui/hwui/ |
| D | Bitmap.h | 45 Light, enumerator
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationRecord.java | 1482 static final class Light { class in NotificationRecord 1487 public Light(int color, int onMs, int offMs) { in Light() method in NotificationRecord.Light
|